AeroGear SimplePush Server Netty 0.12.1
A C D G H I M N O P R S T U W 

A

add(String, SockJsSessionContext) - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgents
Adds the a new UserAgent "session".
all() - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgents
Returns all the UserAgents.

C

cancelReaper() - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgentReaperHandler
Cancels the reaper job if it is active.
config() - Method in class org.jboss.aerogear.simplepush.server.netty.SimplePushSockJSService
 
ConfigReader - Class in org.jboss.aerogear.simplepush.server.netty.standalone
Utility to read a JSON config files.
contains(String) - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgents
Determines if a UserAgent exists for the passed-in user agent identifier.
context() - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgent
 
create() - Method in class org.jboss.aerogear.simplepush.server.netty.SimplePushServiceFactory
 

D

dataStore() - Method in class org.jboss.aerogear.simplepush.server.netty.standalone.StandaloneConfig
 

G

get(String) - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgents
Returns the UserAgent for the specified user agent identifier.
getInstance() - Static method in class org.jboss.aerogear.simplepush.server.netty.UserAgents
Returns the singleton instance.

H

handlerAdded(ChannelHandlerContext) - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgentReaperHandler
 

I

initChannel(SocketChannel) - Method in class org.jboss.aerogear.simplepush.server.netty.SockJSChannelInitializer
 

M

main(String[]) - Static method in class org.jboss.aerogear.simplepush.server.netty.standalone.NettySockJSServer
Starts the server using an optional passed in configuration file.
messageReceived(ChannelHandlerContext, Object) - Method in class org.jboss.aerogear.simplepush.server.netty.NotificationHandler
 

N

NettySockJSServer - Class in org.jboss.aerogear.simplepush.server.netty.standalone
A standalone Netty SockJS SimplePush Server.
NettySockJSServer(StandaloneConfig) - Constructor for class org.jboss.aerogear.simplepush.server.netty.standalone.NettySockJSServer
 
NotificationHandler - Class in org.jboss.aerogear.simplepush.server.netty
Handles HTTP PUT 'notification' request for the SimplePush server.
NotificationHandler(SimplePushServer) - Constructor for class org.jboss.aerogear.simplepush.server.netty.NotificationHandler
 

O

onClose() - Method in class org.jboss.aerogear.simplepush.server.netty.SimplePushSockJSService
 
onMessage(String) - Method in class org.jboss.aerogear.simplepush.server.netty.SimplePushSockJSService
 
onOpen(SockJsSessionContext) - Method in class org.jboss.aerogear.simplepush.server.netty.SimplePushSockJSService
 
org.jboss.aerogear.simplepush.server.netty - package org.jboss.aerogear.simplepush.server.netty
 
org.jboss.aerogear.simplepush.server.netty.standalone - package org.jboss.aerogear.simplepush.server.netty.standalone
 

P

parse(String) - Static method in class org.jboss.aerogear.simplepush.server.netty.standalone.ConfigReader
Will parse the passed in file, which can either be a file on the file system or a file on the classpath into a StandaloneConfig instance.
parse(InputStream) - Static method in class org.jboss.aerogear.simplepush.server.netty.standalone.ConfigReader
Will parse the passed InputStream into a StandaloneConfig instance.

R

run() - Method in class org.jboss.aerogear.simplepush.server.netty.standalone.NettySockJSServer
 
run() - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgentReaper
 

S

simplePushServerConfig() - Method in class org.jboss.aerogear.simplepush.server.netty.standalone.StandaloneConfig
 
SimplePushServiceFactory - Class in org.jboss.aerogear.simplepush.server.netty
Factory class that creates instances of SimplePushSockJSService.
SimplePushServiceFactory(SockJsConfig, SimplePushServer) - Constructor for class org.jboss.aerogear.simplepush.server.netty.SimplePushServiceFactory
Sole constructor.
SimplePushSockJSService - Class in org.jboss.aerogear.simplepush.server.netty
SimplePush server implementation using SockJS.
SimplePushSockJSService(SockJsConfig, SimplePushServer) - Constructor for class org.jboss.aerogear.simplepush.server.netty.SimplePushSockJSService
Sole constructor.
SockJSChannelInitializer - Class in org.jboss.aerogear.simplepush.server.netty
The Netty ChannelInitializer for the SimplePush Server.
SockJSChannelInitializer(SimplePushServerConfig, DataStore, SockJsConfig, EventExecutorGroup) - Constructor for class org.jboss.aerogear.simplepush.server.netty.SockJSChannelInitializer
Sole constructor.
sockJsConfig() - Method in class org.jboss.aerogear.simplepush.server.netty.standalone.StandaloneConfig
 
sslContext() - Method in class org.jboss.aerogear.simplepush.server.netty.WebSocketSslServerSslContext
Creates a new SSLContext.
StandaloneConfig - Class in org.jboss.aerogear.simplepush.server.netty.standalone
Represents the configuration required for running the standalone Netty version of AeroGear's SimplePush server.
StandaloneConfig(SimplePushServerConfig, SockJsConfig, DataStore) - Constructor for class org.jboss.aerogear.simplepush.server.netty.standalone.StandaloneConfig
 
started() - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgentReaperHandler
Returns true if the reaper job has started.

T

timestamp() - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgent
 
timestamp(long) - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgent
 
toString() - Method in class org.jboss.aerogear.simplepush.server.netty.standalone.StandaloneConfig
 
toString() - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgent
 

U

uaid() - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgent
 
updateAccessedTime(String) - Method in class org.jboss.aerogear.simplepush.server.netty.UserAgents
Updates the timestamp for the UserAgent matching the passed-in user agent identifier.
UserAgent<T> - Class in org.jboss.aerogear.simplepush.server.netty
Represents a UserAgent in the SimplePush Server.
UserAgent(String, T, long) - Constructor for class org.jboss.aerogear.simplepush.server.netty.UserAgent
Sole constructor.
UserAgentReaper - Class in org.jboss.aerogear.simplepush.server.netty
Performs the removal of inactive UserAgents.
UserAgentReaper(SimplePushServer) - Constructor for class org.jboss.aerogear.simplepush.server.netty.UserAgentReaper
Sole constructor.
UserAgentReaperHandler - Class in org.jboss.aerogear.simplepush.server.netty
UserAgentReaperHandler is responsible for starting a single scheduled job that will clean up inactive user agents.
UserAgentReaperHandler(SimplePushServer) - Constructor for class org.jboss.aerogear.simplepush.server.netty.UserAgentReaperHandler
Sole constructor.
UserAgents - Class in org.jboss.aerogear.simplepush.server.netty
Represents a mapping of connected UserAgents in a SimplePush Server.

W

WebSocketSslServerSslContext - Class in org.jboss.aerogear.simplepush.server.netty
Creates a SSLContext for just server certificates.
A C D G H I M N O P R S T U W 
AeroGear SimplePush Server Netty 0.12.1

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.