Skip navigation links
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
address() - Method in class org.atmosphere.nettosphere.NettyWebSocket
The remote ip address.
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
 
ATTACHMENT - Static variable in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
attributes(Map<String, Object>) - Method in class org.atmosphere.nettosphere.Context.Builder
 

B

basePath(List<String>) - Method in class org.atmosphere.nettosphere.Context.Builder
 
binaryWrite() - Method in class org.atmosphere.nettosphere.Config
 
binaryWrite(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Write binary frame when websocket transport is used.
bossExecutor() - Method in class org.atmosphere.nettosphere.Config
 
bossExecutor(ExecutorService) - Method in class org.atmosphere.nettosphere.Config.Builder
The Executor to be used in providing (the) I/O boss-thread(s).
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
 
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
 
Builder() - Constructor for class org.atmosphere.nettosphere.Config.Builder
 
Builder() - Constructor for class org.atmosphere.nettosphere.Context.Builder
 
Builder() - Constructor for class org.atmosphere.nettosphere.Nettosphere.Builder
 

C

channel - Variable in class org.atmosphere.nettosphere.ChannelWriter
 
channelInactive(ChannelHandlerContext) - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
channelRead(ChannelHandlerContext, Object) - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
channelRead(ChannelHandlerContext, Object) - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerHandler
 
channelRead0(ChannelHandlerContext, Object) - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerHandler
 
channelRead0(ChannelHandlerContext, FullHttpRequest) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
channelUpstreamHandler(ChannelInboundHandler) - Method in class org.atmosphere.nettosphere.Config.Builder
Add a ChannelInboundHandler.
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) - 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
 
closeFuture(Future<?>) - Method in class org.atmosphere.nettosphere.NettyWebSocket
 
closeFuture() - 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
 
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
 
Context - Class in org.atmosphere.nettosphere
 
Context.Builder - Class in org.atmosphere.nettosphere
 
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
 
CRLF - Static variable in class org.atmosphere.nettosphere.ChannelWriter
 

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerDecoder
 
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

enabledCipherSuites(String[]) - Method in class org.atmosphere.nettosphere.Config.Builder
Set a String[] of cipher suites to be enabled.
enabledCipherSuites() - Method in class org.atmosphere.nettosphere.Config
 
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
 
epoll(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Use EpollEventLoopGroup
epoll() - Method in class org.atmosphere.nettosphere.Config
 
equalVersion(int, int) - Static method in class org.atmosphere.nettosphere.util.Version
Checks if current Atmosphere framework version equals to one passed
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - 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

find(U) - Method in class org.atmosphere.nettosphere.RuntimeEngine
Return the underlying Channel.
findAllWebSockets() - Method in class org.atmosphere.nettosphere.RuntimeEngine
Return all connected WebSocket.
findWebSocket(U) - Method in class org.atmosphere.nettosphere.RuntimeEngine
Retrieve the associated WebSocket attached to the Channel
FLASH_SUPPORT - Static variable in class org.atmosphere.nettosphere.Nettosphere
 
FlashPolicyServerChannelInitializer - Class in org.atmosphere.nettosphere.extra
 
FlashPolicyServerChannelInitializer() - Constructor for class org.atmosphere.nettosphere.extra.FlashPolicyServerChannelInitializer
 
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
 
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
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
 
httpChannels() - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
httpChannels() - Method in class org.atmosphere.nettosphere.RuntimeEngine
Return the ChannelGroup associated with HTTP requests.
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

id() - Method in class org.atmosphere.nettosphere.NettyWebSocket
 
id(Channel) - Static method in class org.atmosphere.nettosphere.util.Utils
 
initChannel(Channel) - Method in class org.atmosphere.nettosphere.extra.FlashPolicyServerChannelInitializer
 
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
 
ioExceptionForChannel(Channel, String) - Static method in class org.atmosphere.nettosphere.util.Utils
 
ioExceptionHandler(IOExceptionHandler) - Method in class org.atmosphere.nettosphere.Config.Builder
Set an IOExceptionHandler to handle unexpected I/O exception
ioExceptionHandler() - Method in class org.atmosphere.nettosphere.Config
 
IOExceptionHandler - Interface in org.atmosphere.nettosphere
 
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
 
maxWebSocketFrameSize(int) - Method in class org.atmosphere.nettosphere.Config.Builder
Set the maximum WebSocket Frame Size.
maxWebSocketFrameSize() - Method in class org.atmosphere.nettosphere.Config
 
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.
NETTY_41_PLUS - Static variable in class org.atmosphere.nettosphere.BridgeRuntime
 
nettySslContext() - Method in class org.atmosphere.nettosphere.Config
 
NettyWebSocket - Class in org.atmosphere.nettosphere
 
NettyWebSocket(Channel, AtmosphereConfig, boolean, boolean) - Constructor for class org.atmosphere.nettosphere.NettyWebSocket
 
noInternalAlloc(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Proxy AtmosphereRequest, AtmosphereResource and AtmosphereRequest with no ops implementations.
noInternalAlloc() - Method in class org.atmosphere.nettosphere.Config
 

O

of(ChannelHandlerContext, Throwable) - Method in interface org.atmosphere.nettosphere.IOExceptionHandler
Return true if the build-in BridgeRuntime exception mechanism must be invoked.
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
 
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

REMOTELY_CLOSED - Static variable in class org.atmosphere.nettosphere.util.Utils
 
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, WebSocketHandler) - Method in class org.atmosphere.nettosphere.Config.Builder
Add an WebSocketHandler 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
 
runtimeEngine() - Method in class org.atmosphere.nettosphere.Nettosphere
Return the RuntimeEngine
RuntimeEngine - Class in org.atmosphere.nettosphere
This class expose some runtime properties of the Netty implementation
RuntimeEngine(BridgeRuntime) - Constructor for class org.atmosphere.nettosphere.RuntimeEngine
 

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, FullHttpRequest) - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
sendError(ChannelHandlerContext, HttpResponseStatus, FullHttpRequest) - Method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
sendPing(byte[]) - Method in class org.atmosphere.nettosphere.NettyWebSocket
Send a WebSocket Ping
sendPong(byte[]) - Method in class org.atmosphere.nettosphere.NettyWebSocket
Send a WebSocket Pong
sendRedirect(ChannelHandlerContext, String) - Static method in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
SERVICED - Static variable in class org.atmosphere.nettosphere.HttpStaticFileServerHandler
 
servletContextAttribute(String, Object) - Method in class org.atmosphere.nettosphere.Config.Builder
Set ServletContext Attribute
servletContextAttributes() - Method in class org.atmosphere.nettosphere.Config
 
setAttribute(String, Object) - Method in class org.atmosphere.nettosphere.Context
 
shareHeaders(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Share underlying headers map with newly created WebSocket.
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(SslContext) - Method in class org.atmosphere.nettosphere.Config.Builder
Set the SslContext
sslContext() - Method in class org.atmosphere.nettosphere.Config
 
sslContextListener(SSLContextListener) - Method in class org.atmosphere.nettosphere.Config.Builder
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
State(AtmosphereRequest, Action) - Constructor for class org.atmosphere.nettosphere.BridgeRuntime.State
 
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
 
subProtocols(String) - Method in class org.atmosphere.nettosphere.Config.Builder
A coma delimited of allowed WebSocket Sub Protocol (Sec-WebSocket-Protocol)
subProtocols() - Method in class org.atmosphere.nettosphere.Config
 
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

textFrameAsBinary(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Do not decode TextWebSocketFrame into a String and instead pass it to the WebSocketProcessor as binary.
textFrameAsBinary() - Method in class org.atmosphere.nettosphere.Config
 
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

websocketChannels() - Method in class org.atmosphere.nettosphere.BridgeRuntime
 
websocketChannels() - Method in class org.atmosphere.nettosphere.RuntimeEngine
Return the ChannelGroup associated with websocket requests.
webSocketHandlersMap() - Method in class org.atmosphere.nettosphere.Config
 
webSocketOnly(boolean) - Method in class org.atmosphere.nettosphere.Config.Builder
Only Support WebSocket.
webSocketOnly() - Method in class org.atmosphere.nettosphere.Config
 
webSocketProtocol(Class<? extends WebSocketProtocol>) - Method in class org.atmosphere.nettosphere.Config.Builder
Configure the default WebSocketProtocol
webSocketProtocol() - Method in class org.atmosphere.nettosphere.Config
 
workerExecutor(ExecutorService) - Method in class org.atmosphere.nettosphere.Config.Builder
The Executor to be used in providing (the) I/O worker-thread(s).
workerExecutor() - 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
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 
Skip navigation links

Copyright © 2018. All Rights Reserved.