Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

SEC_WS_ACCEPT - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_EXTENSIONS_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_KEY_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_ORIGIN_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_PROTOCOL_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_VERSION - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SecKey - Class in org.glassfish.grizzly.websockets
Class represents WebSocket's security key, used during the handshake phase.
SecKey() - Constructor for class org.glassfish.grizzly.websockets.SecKey
 
SecKey(String) - Constructor for class org.glassfish.grizzly.websockets.SecKey
 
send(byte[]) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
send(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
send(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Send a binary frame to the remote end-point.
send(String) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
send(String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
send(String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Send a text frame to the remote end-point.
send(DataFrame) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
send(DataFrame, CompletionHandler<DataFrame>) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
sendPing(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
Sends a ping frame with the specified payload (if any).
sendPing(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Sends a ping frame with the specified payload (if any).
sendPong(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
Sends a ping frame with the specified payload (if any).
sendPong(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Sends a ping frame with the specified payload (if any).
sendRaw(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
SERVER_KEY_HASH - Static variable in class org.glassfish.grizzly.websockets.Constants
 
servletRequest - Variable in class org.glassfish.grizzly.websockets.DefaultWebSocket
 
set(Connection, ProtocolHandler, WebSocket) - Static method in class org.glassfish.grizzly.websockets.WebSocketHolder
 
setBroadcaster(Broadcaster) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
setBuffer(Buffer) - Method in class org.glassfish.grizzly.websockets.Masker
 
setClosed() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
setConnection(Connection) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
setExtensions(List<Extension>) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setFilterChainContext(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
setHeaders(HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setHeaders(HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
setIdleTimeout(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
 
setLast(boolean) - Method in class org.glassfish.grizzly.websockets.DataFrame
 
setMappingData(WebSocketMappingData) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
setPayload(byte[]) - Method in class org.glassfish.grizzly.websockets.ClosingFrame
 
setPayload(byte[]) - Method in class org.glassfish.grizzly.websockets.DataFrame
 
setPayload(String) - Method in class org.glassfish.grizzly.websockets.DataFrame
 
setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.BaseFrameType
 
setPayload(DataFrame, byte[]) - Method in interface org.glassfish.grizzly.websockets.FrameType
 
setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.frametypes.ContinuationFrameType
 
setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.frametypes.TextFrameType
 
setSubProtocol(List<String>) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setTimeoutInSeconds(long) - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
 
setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
setValue(String) - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
Set the value of this parameter.
setWebSocket(WebSocket) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
SimpleWebSocket - Class in org.glassfish.grizzly.websockets
Generic WebSocket implementation.
SimpleWebSocket(ProtocolHandler, WebSocketListener...) - Constructor for class org.glassfish.grizzly.websockets.SimpleWebSocket
 
SimpleWebSocket.State - Enum Class in org.glassfish.grizzly.websockets
 
split(String) - Method in class org.glassfish.grizzly.websockets.HandShake
 
state - Variable in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
stream(boolean, byte[], int, int) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
stream(boolean, byte[], int, int) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
stream(boolean, byte[], int, int) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Sends a fragment of a complete message.
stream(boolean, String) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
stream(boolean, String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
stream(boolean, String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Sends a fragment of a complete message.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form