Skip navigation links
A B C D E F G H I M O P R S T U V W 

A

addCloseListener(CloseListener) - Method in class org.smallmind.web.websocket.WebSocket
 
addMessageHandler(MessageHandler) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
afterResponse(Tuple<String, String>) - Method in interface org.smallmind.web.websocket.HandshakeListener
 
afterResponse(Tuple<String, String>) - Method in class org.smallmind.web.websocket.spi.ConfiguratorHandshakeListener
 
AnnotatedEndpoint - Class in org.smallmind.web.websocket.spi
 
AnnotatedEndpoint(Class<?>) - Constructor for class org.smallmind.web.websocket.spi.AnnotatedEndpoint
 
Async(SessionImpl, WebSocket, Endpoint, EndpointConfig) - Constructor for class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 

B

Basic(SessionImpl, WebSocket, Endpoint, EndpointConfig) - Constructor for class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Basic
 
beforeRequest(Tuple<String, String>) - Method in interface org.smallmind.web.websocket.HandshakeListener
 
beforeRequest(Tuple<String, String>) - Method in class org.smallmind.web.websocket.spi.ConfiguratorHandshakeListener
 
binary(byte[]) - Static method in class org.smallmind.web.websocket.Frame
 
binary(byte[]) - Method in class org.smallmind.web.websocket.WebSocket
 

C

close(byte[], String) - Static method in class org.smallmind.web.websocket.Frame
 
close() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
close(CloseReason) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
close() - Method in class org.smallmind.web.websocket.WebSocket
 
close(CloseCode) - Method in class org.smallmind.web.websocket.WebSocket
 
close(CloseCode, String) - Method in class org.smallmind.web.websocket.WebSocket
 
CloseCode - Enum in org.smallmind.web.websocket
 
CloseListener - Interface in org.smallmind.web.websocket
 
ConfiguratorHandshakeListener - Class in org.smallmind.web.websocket.spi
 
ConfiguratorHandshakeListener(ClientEndpointConfig.Configurator) - Constructor for class org.smallmind.web.websocket.spi.ConfiguratorHandshakeListener
 
ConnectionState - Enum in org.smallmind.web.websocket
 
connectionState() - Method in class org.smallmind.web.websocket.WebSocket
 
connectToServer(Class<?>, URI) - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
connectToServer(Object, URI) - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
constructHeaders(int, URI, byte[], WebSocketExtension[], String...) - Static method in class org.smallmind.web.websocket.Handshake
 
constructRequest(URI, Tuple<String, String>) - Static method in class org.smallmind.web.websocket.Handshake
 
ContainerProviderImpl - Class in org.smallmind.web.websocket.spi
 
ContainerProviderImpl() - Constructor for class org.smallmind.web.websocket.spi.ContainerProviderImpl
 
convert(byte) - Static method in enum org.smallmind.web.websocket.OpCode
 

D

decode(byte[]) - Static method in class org.smallmind.web.websocket.Frame
 
DecodedByteBufferHandler<T> - Class in org.smallmind.web.websocket.spi
 
DecodedByteBufferHandler(SessionImpl, Endpoint, Decoder.Binary<T>, MessageHandler.Whole<T>) - Constructor for class org.smallmind.web.websocket.spi.DecodedByteBufferHandler
 
DecodedInputStreamHandler<T> - Class in org.smallmind.web.websocket.spi
 
DecodedInputStreamHandler(SessionImpl, Endpoint, Decoder.BinaryStream<T>, MessageHandler.Whole<T>) - Constructor for class org.smallmind.web.websocket.spi.DecodedInputStreamHandler
 
DecodedReaderHandler<T> - Class in org.smallmind.web.websocket.spi
 
DecodedReaderHandler(SessionImpl, Endpoint, Decoder.TextStream<T>, MessageHandler.Whole<T>) - Constructor for class org.smallmind.web.websocket.spi.DecodedReaderHandler
 
DecodedStringHandler<T> - Class in org.smallmind.web.websocket.spi
 
DecodedStringHandler(SessionImpl, Endpoint, Decoder.Text<T>, MessageHandler.Whole<T>) - Constructor for class org.smallmind.web.websocket.spi.DecodedStringHandler
 

E

encode(Object) - Method in class org.smallmind.web.websocket.spi.EncoderBinaryHandler
 
encode(Object) - Method in class org.smallmind.web.websocket.spi.EncoderBinaryStreamHandler
 
encode(Object) - Method in interface org.smallmind.web.websocket.spi.EncoderHandler
 
encode(Object) - Method in class org.smallmind.web.websocket.spi.EncoderTextHandler
 
encode(Object) - Method in class org.smallmind.web.websocket.spi.EncoderTextStreamHandler
 
EncoderBinaryHandler<T> - Class in org.smallmind.web.websocket.spi
 
EncoderBinaryHandler(Encoder.Binary<T>) - Constructor for class org.smallmind.web.websocket.spi.EncoderBinaryHandler
 
EncoderBinaryStreamHandler<T> - Class in org.smallmind.web.websocket.spi
 
EncoderBinaryStreamHandler(Encoder.BinaryStream<T>) - Constructor for class org.smallmind.web.websocket.spi.EncoderBinaryStreamHandler
 
EncoderHandler<T> - Interface in org.smallmind.web.websocket.spi
 
EncoderTextHandler<T> - Class in org.smallmind.web.websocket.spi
 
EncoderTextHandler(Encoder.Text<T>) - Constructor for class org.smallmind.web.websocket.spi.EncoderTextHandler
 
EncoderTextStreamHandler<T> - Class in org.smallmind.web.websocket.spi
 
EncoderTextStreamHandler(Encoder.TextStream<T>) - Constructor for class org.smallmind.web.websocket.spi.EncoderTextStreamHandler
 
equals(Object) - Method in class org.smallmind.web.websocket.ExtensionParameter
 
equals(Object) - Method in class org.smallmind.web.websocket.WebSocketExtension
 
ExtensionParameter - Class in org.smallmind.web.websocket
 
ExtensionParameter(String, String) - Constructor for class org.smallmind.web.websocket.ExtensionParameter
 
extensions() - Method in class org.smallmind.web.websocket.WebSocket
 

F

flushBatch() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
Fragment - Class in org.smallmind.web.websocket
 
Fragment(boolean, OpCode, byte[]) - Constructor for class org.smallmind.web.websocket.Fragment
 
Frame - Class in org.smallmind.web.websocket
 
Frame() - Constructor for class org.smallmind.web.websocket.Frame
 
fromBytes(byte[]) - Static method in enum org.smallmind.web.websocket.CloseCode
 
fromCode(int) - Static method in enum org.smallmind.web.websocket.CloseCode
 

G

GenericParameterUtility - Class in org.smallmind.web.websocket.spi
 
GenericParameterUtility() - Constructor for class org.smallmind.web.websocket.spi.GenericParameterUtility
 
getAsyncRemote() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getBasicRemote() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getBatchingAllowed() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
getCode() - Method in enum org.smallmind.web.websocket.CloseCode
 
getCode() - Method in enum org.smallmind.web.websocket.OpCode
 
getCodeAsBytes() - Method in enum org.smallmind.web.websocket.CloseCode
 
getConnectionState() - Method in class org.smallmind.web.websocket.WebSocket
 
getContainer() - Method in class org.smallmind.web.websocket.spi.ContainerProviderImpl
 
getContainer() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getDefaultAsyncSendTimeout() - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
getDefaultMaxBinaryMessageBufferSize() - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
getDefaultMaxSessionIdleTimeout() - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
getDefaultMaxTextMessageBufferSize() - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
getEncoderHandlerMap() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
getEndpoint() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
getEndpointConfig() - Method in class org.smallmind.web.websocket.spi.AnnotatedEndpoint
 
getExtensions() - Method in class org.smallmind.web.websocket.HandshakeResponse
 
getExtensionsAsString(WebSocketExtension[]) - Static method in class org.smallmind.web.websocket.HandshakeResponse
 
getId() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getInstalledExtensions() - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
getMaxBinaryBufferSize() - Method in class org.smallmind.web.websocket.WebSocket
 
getMaxBinaryMessageBufferSize() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getMaxIdleTimeout() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getMaxIdleTimeoutMilliseconds() - Method in class org.smallmind.web.websocket.WebSocket
 
getMaxTextBufferSize() - Method in class org.smallmind.web.websocket.WebSocket
 
getMaxTextMessageBufferSize() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getMessage() - Method in class org.smallmind.web.websocket.Fragment
 
getMessageHandlers() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getName() - Method in class org.smallmind.web.websocket.ExtensionParameter
 
getName() - Method in class org.smallmind.web.websocket.WebSocketExtension
 
getNegotiatedExtensions() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getNegotiatedProtocol() - Method in class org.smallmind.web.websocket.WebSocket
 
getNegotiatedSubprotocol() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getOpCode() - Method in class org.smallmind.web.websocket.Fragment
 
getOpenSessions() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getParameters() - Method in class org.smallmind.web.websocket.WebSocketExtension
 
getPathParameters() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getProtocol() - Method in class org.smallmind.web.websocket.HandshakeResponse
 
getProtocolVersion() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getProtocolVersion() - Method in class org.smallmind.web.websocket.WebSocket
 
getQueryString() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getRequestParameterMap() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getRequestURI() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getSendStream() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Basic
 
getSendTimeout() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 
getSendWriter() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Basic
 
getSession() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
getTypeParameter(Class<?>, Class<?>) - Static method in class org.smallmind.web.websocket.spi.GenericParameterUtility
 
getUri() - Method in class org.smallmind.web.websocket.WebSocket
 
getUserPrincipal() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getUserProperties() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
getValue() - Method in class org.smallmind.web.websocket.ExtensionParameter
 
getWebSocket() - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 

H

Handshake - Class in org.smallmind.web.websocket
 
Handshake() - Constructor for class org.smallmind.web.websocket.Handshake
 
HandshakeListener - Interface in org.smallmind.web.websocket
 
HandshakeResponse - Class in org.smallmind.web.websocket
 
HandshakeResponse(String, WebSocketExtension...) - Constructor for class org.smallmind.web.websocket.HandshakeResponse
 
hashCode() - Method in class org.smallmind.web.websocket.ExtensionParameter
 
hashCode() - Method in class org.smallmind.web.websocket.WebSocketExtension
 

I

isFinal() - Method in class org.smallmind.web.websocket.Fragment
 
isOpen() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
isSecure() - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
isSecure() - Method in class org.smallmind.web.websocket.WebSocket
 

M

MalformedMessageHandlerException - Exception in org.smallmind.web.websocket.spi
 
MalformedMessageHandlerException(String, Object...) - Constructor for exception org.smallmind.web.websocket.spi.MalformedMessageHandlerException
 
MalformedMessageHandlerException(Throwable) - Constructor for exception org.smallmind.web.websocket.spi.MalformedMessageHandlerException
 

O

onBinary(byte[]) - Method in class org.smallmind.web.websocket.WebSocket
 
onClose(int, String) - Method in interface org.smallmind.web.websocket.CloseListener
 
onClose(int, String) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
onError(Exception) - Method in class org.smallmind.web.websocket.WebSocket
 
onMessage(ByteBuffer) - Method in class org.smallmind.web.websocket.spi.DecodedByteBufferHandler
 
onMessage(InputStream) - Method in class org.smallmind.web.websocket.spi.DecodedInputStreamHandler
 
onMessage(Reader) - Method in class org.smallmind.web.websocket.spi.DecodedReaderHandler
 
onMessage(String) - Method in class org.smallmind.web.websocket.spi.DecodedStringHandler
 
onOpen(Session, EndpointConfig) - Method in class org.smallmind.web.websocket.spi.AnnotatedEndpoint
 
onPong(byte[]) - Method in class org.smallmind.web.websocket.WebSocket
 
onText(String) - Method in class org.smallmind.web.websocket.WebSocket
 
OpCode - Enum in org.smallmind.web.websocket
 
org.smallmind.web.websocket - package org.smallmind.web.websocket
 
org.smallmind.web.websocket.spi - package org.smallmind.web.websocket.spi
 

P

ping(byte[]) - Static method in class org.smallmind.web.websocket.Frame
 
ping(byte[]) - Method in class org.smallmind.web.websocket.WebSocket
 
pong(byte[]) - Static method in class org.smallmind.web.websocket.Frame
 
ProtocolValidator - Class in org.smallmind.web.websocket
 
ProtocolValidator() - Constructor for class org.smallmind.web.websocket.ProtocolValidator
 

R

RemoteEndpointImpl - Class in org.smallmind.web.websocket.spi
 
RemoteEndpointImpl(SessionImpl, WebSocket, Endpoint, EndpointConfig) - Constructor for class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
RemoteEndpointImpl.Async - Class in org.smallmind.web.websocket.spi
 
RemoteEndpointImpl.Basic - Class in org.smallmind.web.websocket.spi
 
removeMessageHandler(MessageHandler) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 

S

sendBinary(ByteBuffer) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 
sendBinary(ByteBuffer, SendHandler) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 
sendBinary(ByteBuffer) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Basic
 
sendBinary(ByteBuffer, boolean) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Basic
 
sendObject(Object) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 
sendObject(Object, SendHandler) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 
sendObject(Object) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Basic
 
sendPing(ByteBuffer) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
sendPong(ByteBuffer) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
sendText(String) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 
sendText(String, SendHandler) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 
sendText(String) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Basic
 
sendText(String, boolean) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Basic
 
SessionImpl - Class in org.smallmind.web.websocket.spi
 
SessionImpl(WebSocketContainer, URI, Endpoint, ClientEndpointConfig) - Constructor for class org.smallmind.web.websocket.spi.SessionImpl
 
SessionRuntimeException - Exception in org.smallmind.web.websocket.spi
 
SessionRuntimeException(Throwable) - Constructor for exception org.smallmind.web.websocket.spi.SessionRuntimeException
 
setAsyncSendTimeout(long) - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
setBatchingAllowed(boolean) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl
 
setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
setDefaultMaxSessionIdleTimeout(long) - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
setDefaultMaxTextMessageBufferSize(int) - Method in class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
setMaxBinaryBufferSize(int) - Method in class org.smallmind.web.websocket.WebSocket
 
setMaxBinaryMessageBufferSize(int) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
setMaxIdleTimeout(long) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
setMaxIdleTimeoutMilliseconds(long) - Method in class org.smallmind.web.websocket.WebSocket
 
setMaxTextBufferSize(int) - Method in class org.smallmind.web.websocket.WebSocket
 
setMaxTextMessageBufferSize(int) - Method in class org.smallmind.web.websocket.spi.SessionImpl
 
setSendTimeout(long) - Method in class org.smallmind.web.websocket.spi.RemoteEndpointImpl.Async
 
SyntaxException - Exception in org.smallmind.web.websocket
 
SyntaxException(String, Object...) - Constructor for exception org.smallmind.web.websocket.SyntaxException
 

T

text(String) - Static method in class org.smallmind.web.websocket.Frame
 
text(String) - Method in class org.smallmind.web.websocket.WebSocket
 

U

url() - Method in class org.smallmind.web.websocket.WebSocket
 

V

validate(String...) - Static method in class org.smallmind.web.websocket.ProtocolValidator
 
validateResponse(Tuple<String, String>, String, byte[], WebSocketExtension[], String...) - Static method in class org.smallmind.web.websocket.Handshake
 
valueOf(String) - Static method in enum org.smallmind.web.websocket.CloseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.smallmind.web.websocket.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.smallmind.web.websocket.OpCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.smallmind.web.websocket.CloseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.smallmind.web.websocket.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.smallmind.web.websocket.OpCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocket - Class in org.smallmind.web.websocket
 
WebSocket(URI, String...) - Constructor for class org.smallmind.web.websocket.WebSocket
 
WebSocket(URI, WebSocketExtension[], String...) - Constructor for class org.smallmind.web.websocket.WebSocket
 
WebSocket(URI, HandshakeListener, String...) - Constructor for class org.smallmind.web.websocket.WebSocket
 
WebSocket(URI, HandshakeListener, WebSocketExtension[], String...) - Constructor for class org.smallmind.web.websocket.WebSocket
 
WebSocketContainerImpl - Class in org.smallmind.web.websocket.spi
 
WebSocketContainerImpl() - Constructor for class org.smallmind.web.websocket.spi.WebSocketContainerImpl
 
WebSocketException - Exception in org.smallmind.web.websocket
 
WebSocketException(String, Object...) - Constructor for exception org.smallmind.web.websocket.WebSocketException
 
WebSocketException(Throwable) - Constructor for exception org.smallmind.web.websocket.WebSocketException
 
WebSocketExtension - Class in org.smallmind.web.websocket
 
WebSocketExtension(String, ExtensionParameter...) - Constructor for class org.smallmind.web.websocket.WebSocketExtension
 
A B C D E F G H I M O P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.