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

A

add(String, String) - Static method in class org.atmosphere.nettosphere.util.MimeType
Associates the specified extension and content type
aggregateRequestBodyInMemory() - Method in class org.atmosphere.nettosphere.Config
 
aggregateRequestBodyInMemory(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
By default, Nettosphere aggregate the HTTP request's body in memory an invoke an Atmosphere's components with a single AtmosphereResource.
asyncWrite(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.nettosphere.ChannelWriter
 
asyncWrite(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.nettosphere.ChunkedWriter
 
asyncWrite(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.nettosphere.StreamWriter
 

B

basePath(List<String>) - Method in class org.atmosphere.nettosphere.Context.Builder
 
BridgeRuntime - Class in org.atmosphere.nettosphere
Bridge the Atmosphere Framework with Netty.
BridgeRuntime(Config) - Constructor for class org.atmosphere.nettosphere.BridgeRuntime
 
BridgeRuntime.State - Class in org.atmosphere.nettosphere
 
BridgeRuntime.State(AtmosphereRequest, Action) - Constructor for class org.atmosphere.nettosphere.BridgeRuntime.State
 
broadcaster() - Method in class org.atmosphere.nettosphere.Config
 
broadcaster(Class<? extends 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
 

C

channel - Variable in class org.atmosphere.nettosphere.ChannelWriter
 
ChannelBufferPool - Class in org.atmosphere.nettosphere.util
 
ChannelBufferPool(int) - Constructor for class org.atmosphere.nettosphere.util.ChannelBufferPool
 
ChannelBufferPool(int, int, long, AtmosphereConfig) - Constructor for class org.atmosphere.nettosphere.util.ChannelBufferPool
 
channelClosed(ChannelHandlerContext, ChannelStateEvent) - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
channelUpstreamHandler(ChannelUpstreamHandler) - Method in class org.atmosphere.nettosphere.Config.Builder
Add a ChannelUpstreamHandler.
channelUpstreamHandlers() - Method in class org.atmosphere.nettosphere.Config
 
ChannelWriter - Class in org.atmosphere.nettosphere
 
ChannelWriter(Channel, boolean, boolean) - Constructor for class org.atmosphere.nettosphere.ChannelWriter
 
CHUNK_DELIMITER - Static variable in class org.atmosphere.nettosphere.ChannelWriter
 
ChunkedWriter - Class in org.atmosphere.nettosphere
An chunk based ChannelWriter
ChunkedWriter(Channel, boolean, boolean, ChannelBufferPool) - Constructor for class org.atmosphere.nettosphere.ChunkedWriter
 
close(AtmosphereResponse) - Method in class org.atmosphere.nettosphere.ChunkedWriter
 
close() - Method in class org.atmosphere.nettosphere.NettyWebSocket
close(AtmosphereResponse) - Method in class org.atmosphere.nettosphere.StreamWriter
 
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
 
constructStatusAndHeaders(AtmosphereResponse, int) - Method in class org.atmosphere.nettosphere.ChannelWriter
 
contains(String) - Static method in class org.atmosphere.nettosphere.util.MimeType
 
contentType(HttpRequest, HttpResponse, File) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
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.
createObject() - Method in class org.atmosphere.nettosphere.util.ChannelBufferPool
 
createURLClassLoader(String) - Static method in class org.atmosphere.nettosphere.util.Utils
 

D

decode(ChannelHandlerContext, Channel, ChannelBuffer, VoidEnum) - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerDecoder
 
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.BridgeRuntime
 
doneProcessing - Variable in class org.atmosphere.nettosphere.ChannelWriter
 

E

enablePong(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Enable WebSokcet Pong message.
enablePong() - Method in class org.atmosphere.nettosphere.Config
 
END - Static variable in class org.atmosphere.nettosphere.ChannelWriter
 
ENDCHUNK - Static variable in class org.atmosphere.nettosphere.ChannelWriter
 
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.BridgeRuntime
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
excludedInterceptors() - Method in class org.atmosphere.nettosphere.Config
 
excludeInterceptor(String) - Method in class org.atmosphere.nettosphere.Config.Builder
Exclude an AtmosphereInterceptor from being added, at startup, by Atmosphere.
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.

F

FLASH_SUPPORT - Static variable in class org.atmosphere.nettosphere.Nettosphere
 
FlashPolicyServerDecoder - Class in org.atmosphere.nettosphere.extra
 
FlashPolicyServerDecoder() - Constructor for class org.atmosphere.nettosphere.extra.FlashPolicyServerDecoder
 
FlashPolicyServerHandler - Class in org.atmosphere.nettosphere.extra
 
FlashPolicyServerHandler() - Constructor for class org.atmosphere.nettosphere.extra.FlashPolicyServerHandler
 
FlashPolicyServerPipelineFactory - Class in org.atmosphere.nettosphere.extra
 
FlashPolicyServerPipelineFactory() - Constructor for class org.atmosphere.nettosphere.extra.FlashPolicyServerPipelineFactory
 
framework() - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
framework() - Method in class org.atmosphere.nettosphere.Nettosphere
Return the AtmosphereFramework instance

G

get(String) - Static method in class org.atmosphere.nettosphere.util.MimeType
 
get(String, String) - Static method in class org.atmosphere.nettosphere.util.MimeType
 
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
getPipeline() - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerPipelineFactory
 
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
 
HTTP_CACHE_SECONDS - Static variable in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
HTTP_DATE_FORMAT - Static variable in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
HTTP_DATE_GMT_TIMEZONE - Static variable in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
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.ChannelWriter
 
isOpen() - Method in class org.atmosphere.nettosphere.NettyWebSocket
 
isStarted() - Method in class org.atmosphere.nettosphere.Nettosphere
Return true is the server was successfully started.

K

keepAlive - Variable in class org.atmosphere.nettosphere.ChannelWriter
 

L

lastTick() - Method in class org.atmosphere.nettosphere.ChannelWriter
 
lastWrite - Variable in class org.atmosphere.nettosphere.ChannelWriter
 
logger - Static variable in class org.atmosphere.nettosphere.ChannelWriter
 

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
 
maxChunkContentLength(int) - Method in class org.atmosphere.nettosphere.Config.Builder
When Config.Builder.aggregateRequestBodyInMemory is true,the maximum length of the aggregated content.
maxChunkContentLength() - Method in class org.atmosphere.nettosphere.Config
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerHandler
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
MimeType - Class in org.atmosphere.nettosphere.util
Hardcoded mime-type supported by default.
MimeType() - Constructor for class org.atmosphere.nettosphere.util.MimeType
 

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
 
NettyWebSocket - Class in org.atmosphere.nettosphere
 
NettyWebSocket(Channel, AtmosphereConfig) - Constructor for class org.atmosphere.nettosphere.NettyWebSocket
 

O

offer(ChannelBuffer) - Method in class org.atmosphere.nettosphere.util.ChannelBufferPool
 
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.extra - package org.atmosphere.nettosphere.extra
 
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
 
poll() - Method in class org.atmosphere.nettosphere.util.ChannelBufferPool
 
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() - Method in class org.atmosphere.nettosphere.BridgeRuntime.State
 
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
resource(AtmosphereResource) - Method in class org.atmosphere.nettosphere.NettyWebSocket
 

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.BridgeRuntime
 
sendError(ChannelHandlerContext, HttpResponseStatus, MessageEvent) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
SERVICED - Static variable in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
setAttribute(String, Object) - Method in class org.atmosphere.nettosphere.Context
 
socketKeepAlive(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Set Netty's Bootstrap 'child.keepAlive'
socketKeepAlive() - Method in class org.atmosphere.nettosphere.Config
 
socketNoTcpDelay(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Set Netty's Bootstrap 'child.tcpDelay'
socketNoTcpDelay() - Method in class org.atmosphere.nettosphere.Config
 
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
StreamWriter - Class in org.atmosphere.nettosphere
A streaming ChannelWriter that write unchuncked bytes.
StreamWriter(Channel, boolean, boolean) - Constructor for class org.atmosphere.nettosphere.StreamWriter
 
supportChunking(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Set to false to override the default behavior when writing bytes, which is use chunking.
supportChunking() - Method in class org.atmosphere.nettosphere.Config
 

T

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

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.ChannelWriter
 
write(AtmosphereResponse, byte[]) - Method in class org.atmosphere.nettosphere.ChannelWriter
 
write(AtmosphereResponse, byte[], int, int) - Method in class org.atmosphere.nettosphere.ChannelWriter
 
write(String) - Method in class org.atmosphere.nettosphere.NettyWebSocket
write(byte[]) - Method in class org.atmosphere.nettosphere.NettyWebSocket
 
write(byte[], int, int) - Method in class org.atmosphere.nettosphere.NettyWebSocket
writeBufferPoolCleanupFrequency(long) - Method in class org.atmosphere.nettosphere.Config.Builder
The frequency the ChannelBufferPool is resized and garbaged.
writeBufferPoolCleanupFrequency() - Method in class org.atmosphere.nettosphere.Config
 
writeBufferPoolSize(int) - Method in class org.atmosphere.nettosphere.Config.Builder
The internal size of the underlying ChannelBufferPool size for I/O operation.
writeBufferPoolSize() - Method in class org.atmosphere.nettosphere.Config
 
writeError(AtmosphereResponse, int, String) - Method in class org.atmosphere.nettosphere.ChannelWriter
 
writeHeader - Variable in class org.atmosphere.nettosphere.ChannelWriter
 

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

Copyright © 2014. All Rights Reserved.