B C D E G H I L M N O P R S T U V W

B

basePath(List<String>) - Method in class org.atmosphere.nettosphere.Context.Builder
 
broadcaster() - Method in class org.atmosphere.nettosphere.Config
 
broadcaster(Class<Broadcaster>) - Method in class org.atmosphere.nettosphere.Config.Builder
Configure the default Broadcaster
broadcasterCache() - Method in class org.atmosphere.nettosphere.Config
 
broadcasterCache(Class<? extends BroadcasterCache>) - Method in class org.atmosphere.nettosphere.Config.Builder
Configure the default BroadcasterCache
broadcasterFactory() - Method in class org.atmosphere.nettosphere.Config
 
broadcasterFactory(BroadcasterFactory) - Method in class org.atmosphere.nettosphere.Config.Builder
Configure the default BroadcasterFactory
build() - Method in class org.atmosphere.nettosphere.Config.Builder
Build an instance of this class.
build() - Method in class org.atmosphere.nettosphere.Context.Builder
 
build() - Method in class org.atmosphere.nettosphere.Nettosphere.Builder
 
byteWritten() - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 

C

ChannelAsyncIOWriter - Class in org.atmosphere.nettosphere
An AsyncIOWriter that bridge Atmosphere output stream with Netty's Channel.
ChannelAsyncIOWriter(Channel) - Constructor for class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 
ChannelAsyncIOWriter(Channel, boolean) - Constructor for class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.atmosphere.nettosphere.NettyAtmosphereHandler
 
close(AtmosphereResponse) - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 
close() - Method in class org.atmosphere.nettosphere.NettyWebSocket
Config - Class in org.atmosphere.nettosphere
A Configuration class used to configure Atmosphere.
Config(Config.Builder) - Constructor for class org.atmosphere.nettosphere.Config
 
config(Config) - Method in class org.atmosphere.nettosphere.Nettosphere.Builder
 
Config.Builder - Class in org.atmosphere.nettosphere
 
Config.Builder() - Constructor for class org.atmosphere.nettosphere.Config.Builder
 
configFile(String) - Method in class org.atmosphere.nettosphere.Config.Builder
The path location of the atmosphere.xml file.
configFile() - Method in class org.atmosphere.nettosphere.Config
 
Context - Class in org.atmosphere.nettosphere
 
Context.Builder - Class in org.atmosphere.nettosphere
 
Context.Builder() - Constructor for class org.atmosphere.nettosphere.Context.Builder
 
contextPath(String) - Method in class org.atmosphere.nettosphere.Context.Builder
 
copy(File, File) - Static method in class org.atmosphere.nettosphere.util.Utils
Copy the specified file or directory to the destination.
createURLClassLoader(String) - Static method in class org.atmosphere.nettosphere.util.Utils
 

D

DEFAULT - Static variable in interface org.atmosphere.nettosphere.util.SSLContextListener
 
deleteDir(File) - Static method in class org.atmosphere.nettosphere.util.Utils
Delete the specified directory, including all of its contents and subdirectories recursively.
destroy() - Method in class org.atmosphere.nettosphere.NettyAtmosphereHandler
 

E

equalVersion(int, int) - Static method in class org.atmosphere.nettosphere.util.Version
Checks if current Atmosphere framework version equals to one passed
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.atmosphere.nettosphere.NettyAtmosphereHandler
 
expand(URL) - Static method in class org.atmosphere.nettosphere.util.Utils
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(URL, String) - Static method in class org.atmosphere.nettosphere.util.Utils
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(URL, String, String) - Static method in class org.atmosphere.nettosphere.util.Utils
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(InputStream, File, String) - Static method in class org.atmosphere.nettosphere.util.Utils
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.

G

getAttribute(String) - Method in class org.atmosphere.nettosphere.Context
 
getAttributeNames() - Method in class org.atmosphere.nettosphere.Context
 
getContextPath() - Method in class org.atmosphere.nettosphere.Context
 
getDotedVersion() - Static method in class org.atmosphere.nettosphere.util.Version
Return the dotted version of the curent release.
getInitParameter(String) - Method in class org.atmosphere.nettosphere.Context
 
getInitParameterNames() - Method in class org.atmosphere.nettosphere.Context
 
getMajorVersion() - Method in class org.atmosphere.nettosphere.Context
 
getMajorVersion() - Static method in class org.atmosphere.nettosphere.util.Version
Get Atmosphere framework major version
getMicroVersion() - Static method in class org.atmosphere.nettosphere.util.Version
Return the micro version
getMimeType(String) - Method in class org.atmosphere.nettosphere.Context
 
getMinorVersion() - Method in class org.atmosphere.nettosphere.Context
 
getMinorVersion() - Static method in class org.atmosphere.nettosphere.util.Version
Get Atmosphere framework minor version
getRawVersion() - Static method in class org.atmosphere.nettosphere.util.Version
Return the raw version derived frok the project's pom.xml
getRealPath(String) - Method in class org.atmosphere.nettosphere.Context
 
getResource(String) - Method in class org.atmosphere.nettosphere.Context
 
getResourceAsStream(String) - Method in class org.atmosphere.nettosphere.Context
 
getResourcePaths(String) - Method in class org.atmosphere.nettosphere.Context
 
getServerInfo() - Method in class org.atmosphere.nettosphere.Context
 
getServletContextName() - Method in class org.atmosphere.nettosphere.Context
 

H

handle(AtmosphereResource) - Method in interface org.atmosphere.nettosphere.Handler
Handle an AtmosphereResource, from which you can retrieve an AtmosphereRequest and AtmosphereResponse}
Handler - Interface in org.atmosphere.nettosphere
A super simple Handler for managing web application.
handlersMap() - Method in class org.atmosphere.nettosphere.Config
 
host(String) - Method in class org.atmosphere.nettosphere.Config.Builder
The server's host
host() - Method in class org.atmosphere.nettosphere.Config
 
HttpStaticFileServerHandler - Class in org.atmosphere.nettosphere
A simple handler that serves incoming HTTP requests to send their respective HTTP responses.
HttpStaticFileServerHandler(List<String>) - Constructor for class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 

I

initParam(String, String) - Method in class org.atmosphere.nettosphere.Config.Builder
Add some init param
initParams() - Method in class org.atmosphere.nettosphere.Config
 
interceptor(AtmosphereInterceptor) - Method in class org.atmosphere.nettosphere.Config.Builder
Add an AtmosphereInterceptor
interceptors() - Method in class org.atmosphere.nettosphere.Config
 
isClosed() - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 
isOpen() - Method in class org.atmosphere.nettosphere.NettyWebSocket
 

L

lastTick() - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 

M

main(String[]) - Static method in class org.atmosphere.nettosphere.Nettosphere
 
main(String[]) - Static method in class org.atmosphere.nettosphere.util.Version
 
mappingPath(String) - Method in class org.atmosphere.nettosphere.Config.Builder
Set the mapping path.
mappingPath() - Method in class org.atmosphere.nettosphere.Config
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.atmosphere.nettosphere.NettyAtmosphereHandler
 

N

Nettosphere - Class in org.atmosphere.nettosphere
Start Atmosphere on top of Netty.
Nettosphere.Builder - Class in org.atmosphere.nettosphere
Construct a Nettosphere.
Nettosphere.Builder() - Constructor for class org.atmosphere.nettosphere.Nettosphere.Builder
 
NettyAtmosphereHandler - Class in org.atmosphere.nettosphere
Bridge the Atmosphere Framework with Netty.
NettyAtmosphereHandler(Config) - Constructor for class org.atmosphere.nettosphere.NettyAtmosphereHandler
 
NettyWebSocket - Class in org.atmosphere.nettosphere
 
NettyWebSocket(Channel, AtmosphereConfig) - Constructor for class org.atmosphere.nettosphere.NettyWebSocket
 

O

onPostCreate(SSLEngine) - Method in interface org.atmosphere.nettosphere.util.SSLContextListener
Invoked just after the SSLEngine has been created, but not yet injected in Netty.
org.atmosphere.nettosphere - package org.atmosphere.nettosphere
 
org.atmosphere.nettosphere.util - package org.atmosphere.nettosphere.util
 

P

path() - Method in class org.atmosphere.nettosphere.Config
 
path() - Method in class org.atmosphere.nettosphere.Context
 
port(int) - Method in class org.atmosphere.nettosphere.Config.Builder
The server's port
port() - Method in class org.atmosphere.nettosphere.Config
 
putAttribute(String, Object) - Method in class org.atmosphere.nettosphere.Context.Builder
 

R

removeAttribute(String) - Method in class org.atmosphere.nettosphere.Context
 
resource(String) - Method in class org.atmosphere.nettosphere.Config.Builder
Add a path to scan when looking for static resources like javascript file, html, etc.
resource(String, AtmosphereHandler) - Method in class org.atmosphere.nettosphere.Config.Builder
Add an AtmosphereHandler that will be mapped to the specified path
resource(String, Servlet) - Method in class org.atmosphere.nettosphere.Config.Builder
Add an Servlet that will be mapped to the specified path
resource(Handler) - Method in class org.atmosphere.nettosphere.Config.Builder
Add an Handler mapped to the default, which is '/*'
resource(String, Handler) - Method in class org.atmosphere.nettosphere.Config.Builder
Add an Handler that will be mapped to the specified path
resource(Class<?>) - Method in class org.atmosphere.nettosphere.Config.Builder
Add an annotated class.
resource(String, Class<?>) - Method in class org.atmosphere.nettosphere.Config.Builder
Add an AtmosphereHandler or Servlet class
resumeOnBroadcast(boolean) - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 

S

sanitizeUri(String) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
scanLib() - Method in class org.atmosphere.nettosphere.Config
 
scanLibrary(String) - Method in class org.atmosphere.nettosphere.Config.Builder
Set the path to the library when annotation scanning is enabled.
scanPackages() - Method in class org.atmosphere.nettosphere.Config
 
sendError(ChannelHandlerContext, HttpResponseStatus, MessageEvent) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
sendError(ChannelHandlerContext, HttpResponseStatus, MessageEvent) - Method in class org.atmosphere.nettosphere.NettyAtmosphereHandler
 
SERVICED - Static variable in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
setAttribute(String, Object) - Method in class org.atmosphere.nettosphere.Context
 
sslContext(SSLContext) - Method in class org.atmosphere.nettosphere.Config.Builder
Set an SSLContext in order enable SSL
sslContext() - Method in class org.atmosphere.nettosphere.Config
 
sslContextListener(SSLContextListener) - Method in class org.atmosphere.nettosphere.Config.Builder
Add a SSLContextListener
sslContextListener() - Method in class org.atmosphere.nettosphere.Config
 
SSLContextListener - Interface in org.atmosphere.nettosphere.util
A callback used to configure SSLEngine before they get injected in Netty.
start() - Method in class org.atmosphere.nettosphere.Nettosphere
Start the server
STATIC_MAPPING - Static variable in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
stop() - Method in class org.atmosphere.nettosphere.Nettosphere
Stop the Server

T

transform(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 

U

Utils - Class in org.atmosphere.nettosphere.util
 
Utils() - Constructor for class org.atmosphere.nettosphere.util.Utils
 

V

Version - Class in org.atmosphere.nettosphere.util
Class contains information about Atmosphere framework
Version() - Constructor for class org.atmosphere.nettosphere.util.Version
 

W

webSocketProtocol(Class<? extends WebSocketProtocol>) - Method in class org.atmosphere.nettosphere.Config.Builder
Configure the default WebSocketProtocol
webSocketProtocol() - Method in class org.atmosphere.nettosphere.Config
 
write(AtmosphereResponse, String) - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 
write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 
write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 
write(String) - Method in class org.atmosphere.nettosphere.NettyWebSocket
write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.nettosphere.NettyWebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.nettosphere.NettyWebSocket
writeError(AtmosphereResponse, int, String) - Method in class org.atmosphere.nettosphere.ChannelAsyncIOWriter
 

B C D E G H I L M N O P R S T U V W

Copyright © 2013. All Rights Reserved.