Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractMultivaluedMap<K,V> - Class in org.glassfish.tyrus.core.uri.internal
Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Initialize the backing store in the abstract parent multivalued map implementation.
add(K, V) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Add a value to the current list of values for the supplied key.
add(K, V) - Method in interface org.glassfish.tyrus.core.uri.internal.MultivaluedMap
Add a value to the current list of values for the supplied key.
addAll(K, V...) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAll(K, V...) - Method in interface org.glassfish.tyrus.core.uri.internal.MultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in interface org.glassfish.tyrus.core.uri.internal.MultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addEndpoint(Class<?>) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
addEndpoint(ServerEndpointConfig) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
addException(Exception) - Method in class org.glassfish.tyrus.core.ErrorCollector
Add Exception to the collector.
addFirst(K, V) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirst(K, V) - Method in interface org.glassfish.tyrus.core.uri.internal.MultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirstNull(List<V>) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Define the behavior for adding a null values to the first position in the value list.
addFirstNull(List<String>) - Method in class org.glassfish.tyrus.core.uri.internal.MultivaluedStringMap
 
addMessageHandler(MessageHandler) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
addMessageHandler(MessageHandler) - Method in class org.glassfish.tyrus.core.MessageHandlerManager
Add MessageHandler to the manager.
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.glassfish.tyrus.core.MessageHandlerManager
Add MessageHandler.Whole to the manager.
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.glassfish.tyrus.core.MessageHandlerManager
Add MessageHandler.Partial to the manager.
addMessageHandler(MessageHandler) - Method in class org.glassfish.tyrus.core.TyrusSession
addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.glassfish.tyrus.core.TyrusSession
Register to handle to incoming messages in this conversation.
addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.glassfish.tyrus.core.TyrusSession
Register to handle to incoming messages in this conversation.
addNull(List<V>) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Define the behavior for adding a null values to the value list.
addNull(List<String>) - Method in class org.glassfish.tyrus.core.uri.internal.MultivaluedStringMap
 
ALL - Static variable in class org.glassfish.tyrus.core.coder.PrimitiveDecoders
 
ALL_INSTANCES - Static variable in class org.glassfish.tyrus.core.coder.PrimitiveDecoders
 
AnnotatedEndpoint - Class in org.glassfish.tyrus.core
Endpoint descendant which represents deployed annotated endpoint.
any - Variable in class org.glassfish.tyrus.core.wsadl.model.Application
 
appendBuffers(ByteBuffer, ByteBuffer, int, int) - Static method in class org.glassfish.tyrus.core.Utils
Concatenates two buffers into one.
appendLogMessage(Logger, Level, DebugContext.Type, Object...) - Method in class org.glassfish.tyrus.core.DebugContext
Append a message to the log, the logging will be postponed until the message can be provided with a session ID.
appendLogMessageWithThrowable(Logger, Level, DebugContext.Type, Throwable, Object...) - Method in class org.glassfish.tyrus.core.DebugContext
Append a message to the log, the logging will be postponed until the message can be provided with a session ID.
appendStandardOutputMessage(DebugContext.Type, String) - Method in class org.glassfish.tyrus.core.DebugContext
Write a message to the standard output, the logging will be postponed until the message can be provided with a session ID.
appendTraceMessage(Logger, Level, DebugContext.Type, Object...) - Method in class org.glassfish.tyrus.core.DebugContext
Append a message to the log and to the list of trace messages that are sent in handshake response.
appendTraceMessageWithThrowable(Logger, Level, DebugContext.Type, Throwable, Object...) - Method in class org.glassfish.tyrus.core.DebugContext
Append a message to the log and to the list of trace messages that are sent in handshake response.
Application - Class in org.glassfish.tyrus.core.wsadl.model
Java class for anonymous complex type.
Application() - Constructor for class org.glassfish.tyrus.core.wsadl.model.Application
 
APPLICATION_DATA_TOO_LONG(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
{0} applicationData exceeded the maximum allowed payload of 125 bytes.
APPLICATION_EVENT_LISTENER - Static variable in interface org.glassfish.tyrus.core.monitoring.ApplicationEventListener
A key used for registering a application event listener implementation.
ApplicationEventListener - Interface in org.glassfish.tyrus.core.monitoring
Listens to application-level events that are interesting for monitoring.
applicationEventListener(ApplicationEventListener) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
ApplicationMXBean - Interface in org.glassfish.tyrus.ext.monitoring.jmx
MXBean used for accessing monitored application properties - registered endpoints, number of currently open sessions, maximal number of open sessions since the start of the monitoring and message statistics.
ARGUMENT_NOT_NULL(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Argument ''{0}'' cannot be null.
asClosed(PathPattern) - Static method in class org.glassfish.tyrus.core.uri.internal.PathPattern
Return a new path pattern with a same path template but a closed right hand path.
asyncConnectToServer(Class<?>, URI) - Method in class org.glassfish.tyrus.client.ClientManager
Non-blocking version of WebSocketContainer.connectToServer(Class, java.net.URI).
asyncConnectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.glassfish.tyrus.client.ClientManager
Non-blocking version of WebSocketContainer.connectToServer(Class, javax.websocket.ClientEndpointConfig, java.net.URI).
asyncConnectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.glassfish.tyrus.client.ClientManager
Non-blocking version of WebSocketContainer.connectToServer(javax.websocket.Endpoint, javax.websocket.ClientEndpointConfig, java.net.URI).
asyncConnectToServer(Object, URI) - Method in class org.glassfish.tyrus.client.ClientManager
Non-blocking version of WebSocketContainer.connectToServer(Object, java.net.URI).
asyncConnectToServer(Class<?>, URI) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Non-blocking version of WebSocketContainer.connectToServer(Class, java.net.URI).
asyncConnectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Non-blocking version of WebSocketContainer.connectToServer(Class, javax.websocket.ClientEndpointConfig, java.net.URI).
asyncConnectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Non-blocking version of WebSocketContainer.connectToServer(javax.websocket.Endpoint, javax.websocket.ClientEndpointConfig, java.net.URI).
asyncConnectToServer(Object, URI) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Non-blocking version of WebSocketContainer.connectToServer(Object, java.net.URI).
AUTH_CONFIG - Static variable in class org.glassfish.tyrus.client.ClientProperties
Authentication configuration.
AuthConfig - Class in org.glassfish.tyrus.client.auth
AuthConfig serves as a configuration of HTTP authentication.
AuthConfig.Builder - Class in org.glassfish.tyrus.client.auth
The AuthConfig.Builder is a class used for creating an instance of AuthConfig for purpose of HTTP Authentication.
AUTHENTICATION_CREATE_AUTH_HEADER_FAILED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Could not add authorization header in http request.
AUTHENTICATION_CREDENTIALS_MISSING() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Credentials are missing.
AUTHENTICATION_DIGEST_NO_SUCH_ALG() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
No such algorithm to generate authorization digest http header.
AUTHENTICATION_DIGEST_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
The 'qop' (quality of protection) = {0} extension requested by the server is not supported by Tyrus.
AUTHENTICATION_FAILED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Authentication failed.
AuthenticationException - Exception in org.glassfish.tyrus.client.auth
This exception is set as a cause of DeploymentException thrown when WebSocketContainer.connectToServer(...) fails because of any of the following: HTTP response status code 401 is received and "" header contains scheme which is not handled by any Authenticator registered in AuthConfig.
AuthenticationException(String) - Constructor for exception org.glassfish.tyrus.client.auth.AuthenticationException
Constructor.
Authenticator - Class in org.glassfish.tyrus.client.auth
Authenticator provides a way how to plug-in custom authentication provider.
Authenticator() - Constructor for class org.glassfish.tyrus.client.auth.Authenticator
 
AUTHORIZATION - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
HTTP "Authorization" header name.

B

Base64Utils - Class in org.glassfish.tyrus.core
 
Base64Utils() - Constructor for class org.glassfish.tyrus.core.Base64Utils
 
BaseContainer - Class in org.glassfish.tyrus.core
Base WebSocket container.
BaseContainer() - Constructor for class org.glassfish.tyrus.core.BaseContainer
 
BaseContainer.ShutDownCondition - Interface in org.glassfish.tyrus.core
 
BaseMXBean - Interface in org.glassfish.tyrus.ext.monitoring.jmx
Beta - Annotation Type in org.glassfish.tyrus.core
Marker of a public Tyrus API that is still in "beta" non-final version.
BINARY_MESSAGE_HANDLER_NOT_FOUND(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Binary message handler not found.
BINARY_MESSAGE_OUT_OF_ORDER(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Binary message received out of order.
BinaryFrame - Class in org.glassfish.tyrus.core.frame
Binary frame representation.
BinaryFrame(Frame) - Constructor for class org.glassfish.tyrus.core.frame.BinaryFrame
Constructor.
BinaryFrame(Frame, boolean) - Constructor for class org.glassfish.tyrus.core.frame.BinaryFrame
Constructor.
BinaryFrame(byte[], boolean, boolean) - Constructor for class org.glassfish.tyrus.core.frame.BinaryFrame
Constructor.
BooleanDecoder() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders.BooleanDecoder
 
broadcast(String) - Method in class org.glassfish.tyrus.core.TyrusSession
Broadcasts text message to all connected clients.
broadcast(ByteBuffer) - Method in class org.glassfish.tyrus.core.TyrusSession
Broadcasts binary message to all connected clients, including remote sessions (if any).
broadcastBinary(String, byte[]) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Broadcast binary message.
BroadcastListener - Interface in org.glassfish.tyrus.core.cluster
Broadcast listener.
broadcastText(String, String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Broadcast text message.
BUFFER_OVERFLOW() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Buffer overflow.
build() - Method in class org.glassfish.tyrus.client.auth.AuthConfig.Builder
Build an instance of AuthConfig.
build() - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Build new frame.
build() - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Build RequestContext from given properties.
build() - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Builds the configuration object using the current attributes that have been set on this builder object.
build() - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
Create new TyrusWebSocketEngine instance with current set of parameters.
builder() - Static method in class org.glassfish.tyrus.client.auth.AuthConfig
Create new AuthConfig.Builder instance, which contains provided Basic and Digest authenticators.
builder() - Static method in class org.glassfish.tyrus.core.frame.Frame
Create new Frame.Builder.
builder(Frame) - Static method in class org.glassfish.tyrus.core.frame.Frame
Create new Frame.Builder based on provided frame.
Builder() - Constructor for class org.glassfish.tyrus.core.frame.Frame.Builder
Constructor.
Builder(Frame) - Constructor for class org.glassfish.tyrus.core.frame.Frame.Builder
Constructor.
Builder() - Constructor for class org.glassfish.tyrus.core.RequestContext.Builder
 
builder(WebSocketContainer) - Static method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Create TyrusWebSocketEngine.TyrusWebSocketEngineBuilder instance based on passed WebSocketContainer.
bundleChanged(BundleEvent) - Method in class org.glassfish.tyrus.core.OsgiRegistry
 
ByteDecoder() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders.ByteDecoder
 

C

c - Variable in class org.glassfish.tyrus.core.ReflectionHelper.ClassTypePair
The class.
c - Variable in class org.glassfish.tyrus.core.ReflectionHelper.TypeClassPair
 
cancel(boolean) - Method in class org.glassfish.tyrus.core.TyrusFuture
 
cancelled() - Method in class org.glassfish.tyrus.spi.CompletionHandler
The operation was cancelled.
CdiComponentProvider - Class in org.glassfish.tyrus.gf.cdi
Provides the instance for CDI class.
CdiComponentProvider() - Constructor for class org.glassfish.tyrus.gf.cdi.CdiComponentProvider
Constructor.
CharacterDecoder() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders.CharacterDecoder
 
checkNotNull(T, String) - Static method in class org.glassfish.tyrus.core.Utils
Check for null.
checkOrigin(String) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
CLASS_CHECKER_ADD_MESSAGE_HANDLER_ERROR(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Class {0}.
CLASS_CHECKER_FORBIDDEN_RETURN_TYPE(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method: {0}.{1}: has got unsupported return type.
CLASS_CHECKER_FORBIDDEN_WEB_SOCKET_CLOSE_PARAM(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method: {0}.{1}: @OnClose has got different params than Session or CloseReason.
CLASS_CHECKER_FORBIDDEN_WEB_SOCKET_ERROR_PARAM(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method: {0}.{1}: {2} is not allowed as parameter type for method annotated with @OnError.
CLASS_CHECKER_FORBIDDEN_WEB_SOCKET_OPEN_PARAM(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method: {0}.{1}: {2} has got multiple parameters of identical type.
CLASS_CHECKER_MANDATORY_PARAM_MISSING(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method: {0}.{1}: does not have mandatory Throwable param.
CLASS_CHECKER_MULTIPLE_IDENTICAL_PARAMS(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method: {0}.{1}: has got multiple parameters of identical type.
CLASS_NOT_INSTANTIATED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Class {0} couldn''t be instantiated.
classForName(String) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the Class from the class name.
classForName(String, ClassLoader) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the Class from the class name.
classForNameWithException(String) - Method in class org.glassfish.tyrus.core.OsgiRegistry
Get the Class from the class name.
classForNameWithException(String) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the Class from the class name.
classForNameWithException(String, ClassLoader) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the Class from the class name.
classForNameWithExceptionPEA(String) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get privileged exception action to obtain Class from given class name.
classForNameWithExceptionPEA(String, ClassLoader) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get privileged exception action to obtain Class from given class name.
ClassTypePair(Class) - Constructor for class org.glassfish.tyrus.core.ReflectionHelper.ClassTypePair
 
ClassTypePair(Class, Type) - Constructor for class org.glassfish.tyrus.core.ReflectionHelper.ClassTypePair
 
clear() - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
CLIENT_CANNOT_CONNECT(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Client cannot connect to "{0}".
ClientCli - Class in org.glassfish.tyrus.ext.client.cli
Simple WebSocket CLI client, handy tool usable for simple endpoint testing.
ClientCli() - Constructor for class org.glassfish.tyrus.ext.client.cli.ClientCli
 
ClientCli.ClientEndpoint - Class in org.glassfish.tyrus.ext.client.cli
Client side endpoint, prints everything into given console.
ClientContainer - Interface in org.glassfish.tyrus.spi
Entry point for client implementation.
ClientEndpoint(ConsoleReader) - Constructor for class org.glassfish.tyrus.ext.client.cli.ClientCli.ClientEndpoint
 
clientEndpointConfig(ClientEndpointConfig) - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Set ClientEndpointConfig.
ClientEngine - Interface in org.glassfish.tyrus.spi
Facade for handling client operations from containers.
ClientEngine.ClientUpgradeInfo - Interface in org.glassfish.tyrus.spi
Upgrade process result.
ClientEngine.ClientUpgradeStatus - Enum in org.glassfish.tyrus.spi
Status of upgrade process.
ClientEngine.TimeoutHandler - Interface in org.glassfish.tyrus.spi
Indicates to container that handshake timeout was reached.
ClientManager - Class in org.glassfish.tyrus.client
ClientManager implementation.
ClientManager() - Constructor for class org.glassfish.tyrus.client.ClientManager
Create new ClientManager instance.
ClientManager.ReconnectHandler - Class in org.glassfish.tyrus.client
Reconnect handler.
clientMode - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
Client mode when handshaking.
clientMode - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Client mode when handshaking.
ClientProperties - Class in org.glassfish.tyrus.client
Tyrus client configuration properties.
ClientProperties() - Constructor for class org.glassfish.tyrus.client.ClientProperties
 
close() - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyWriter
 
close(String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Close remote session.
close(String, CloseReason) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Close remote session with custom CloseReason.
close() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Close the current conversation with a normal status code and no reason phrase.
close(CloseReason) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Close the current conversation, giving a reason for the closure.
close(int, String) - Method in class org.glassfish.tyrus.core.ProtocolHandler
 
close(CloseReason) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
close() - Method in class org.glassfish.tyrus.core.TyrusSession
 
close(CloseReason) - Method in class org.glassfish.tyrus.core.TyrusSession
 
close() - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Closes this TyrusWebSocket.
close(int, String) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Closes this TyrusWebSocket using the specified status code and reason.
close(CloseReason) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Closes this TyrusWebSocket using the CloseReason.
close(CloseReason) - Method in interface org.glassfish.tyrus.spi.Connection
Notifies tyrus that underlying transport is closing the connection.
close(CloseReason) - Method in interface org.glassfish.tyrus.spi.Connection.CloseListener
Tyrus notifies that logical connection is closed.
CloseFrame - Class in org.glassfish.tyrus.core.frame
Close frame representation.
CloseFrame(Frame) - Constructor for class org.glassfish.tyrus.core.frame.CloseFrame
Constructor.
CloseFrame(CloseReason) - Constructor for class org.glassfish.tyrus.core.frame.CloseFrame
Constructor.
CloseReasons - Enum in org.glassfish.tyrus.core
Enum containing standard CloseReasons defined in RFC 6455, see chapter 7.4.1 Defined Status Codes.
CLUSTER_CONNECTION_ID_HEADER - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
Tyrus cluster connection ID header name.
CLUSTER_CONTEXT - Static variable in class org.glassfish.tyrus.core.cluster.ClusterContext
ClusterContext registration property.
ClusterContext - Class in org.glassfish.tyrus.core.cluster
Cluster related context.
ClusterContext() - Constructor for class org.glassfish.tyrus.core.cluster.ClusterContext
 
clusterContext(ClusterContext) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
CoderAdapter - Class in org.glassfish.tyrus.core.coder
Adapter for Encoder and Decoder which implements lifecycle methods.
CoderAdapter() - Constructor for class org.glassfish.tyrus.core.coder.CoderAdapter
 
CoderWrapper<T> - Class in org.glassfish.tyrus.core.coder
Wrapper of coders storing the coder coder class (and optionally coder instance), return type of the encode / decode method and coder class.
CoderWrapper(Class<? extends T>, Class<?>) - Constructor for class org.glassfish.tyrus.core.coder.CoderWrapper
Construct new coder wrapper.
CoderWrapper(T, Class<?>) - Constructor for class org.glassfish.tyrus.core.coder.CoderWrapper
Construct new coder wrapper.
COMPARATOR - Static variable in class org.glassfish.tyrus.core.uri.internal.PathPattern
Path pattern comparator that defers to comparing the templates associated with the patterns.
COMPARATOR - Static variable in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Order the templates according to JAX-RS specification.
completed(E) - Method in class org.glassfish.tyrus.spi.CompletionHandler
The operation was completed.
CompletionHandler<E> - Class in org.glassfish.tyrus.spi
A callback to notify about asynchronous I/O operations status updates.
CompletionHandler() - Constructor for class org.glassfish.tyrus.spi.CompletionHandler
 
COMPONENT_PROVIDER_NOT_FOUND(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Component provider for class {0} not found.
COMPONENT_PROVIDER_THREW_EXCEPTION(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Component provider threw exception when providing instance of class {0}.
ComponentProvider - Class in org.glassfish.tyrus.core
Provides an instance.
ComponentProvider() - Constructor for class org.glassfish.tyrus.core.ComponentProvider
 
ComponentProviderService - Class in org.glassfish.tyrus.core
Provides an instance of component.
ComponentProviderService(ComponentProviderService) - Constructor for class org.glassfish.tyrus.core.ComponentProviderService
Copy constructor.
composeComprehensiveException() - Method in class org.glassfish.tyrus.core.ErrorCollector
Create DeploymentException with message concatenated from collected exceptions.
concreteClass - Variable in class org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
 
configurator(ServerEndpointConfig.Configurator) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Sets the custom configurator to use on the configuration object built by this builder.
configure(SSLEngine) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Configure passed SSLEngine, using current configurator settings, excluding Hostname Verification.
configure(SSLEngine) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Configure passed SSLEngine, using current configurator settings
connect() - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientSocket
Connect
connect() - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Connect to the remote (server) endpoint.
connectAsync() - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Connect to the remote (server) endpoint asynchronously.
connectAsync(ExecutorService) - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Connect to the remote (server) endpoint asynchronously.
Connection - Interface in org.glassfish.tyrus.spi
A logical websocket connection.
CONNECTION - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
HTTP "Connection" header name.
Connection.CloseListener - Interface in org.glassfish.tyrus.spi
Transport close listener that receives connection close notifications from Tyrus.
CONNECTION_HAS_BEEN_CLOSED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
The connection has been closed.
CONNECTION_NULL() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Connection is null.
connectToServer(Class, URI) - Method in class org.glassfish.tyrus.client.ClientManager
 
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.glassfish.tyrus.client.ClientManager
 
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.glassfish.tyrus.client.ClientManager
 
connectToServer(Object, URI) - Method in class org.glassfish.tyrus.client.ClientManager
 
connectToServer(Class, URI) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
connectToServer(Object, URI) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
contains(Charset) - Method in class org.glassfish.tyrus.core.StrictUtf8
 
containsKey(Object) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
containsValue(Object) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
contextualEncode(String, UriComponent.Type) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
CONTROL_FRAME_FRAGMENTED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Fragmented control frame.
CONTROL_FRAME_LENGTH() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Control frame payloads must be no greater than 125 bytes.
copy() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
 
copy() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Return a copy of this thread pool config.
copy() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
create() - Static method in class org.glassfish.tyrus.client.auth.AuthConfig.Builder
Create new AuthConfig.Builder instance, which contains provided Basic and Digest authenticators.
create(Class<T>) - Method in class org.glassfish.tyrus.core.ComponentProvider
Create new instance.
create() - Static method in class org.glassfish.tyrus.core.ComponentProviderService
Create new instance of ComponentProviderService.
create(Class<T>) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
 
create() - Static method in class org.glassfish.tyrus.core.RequestContext.Builder
Create empty builder.
create(RequestContext) - Static method in class org.glassfish.tyrus.core.RequestContext.Builder
Create builder instance based on provided RequestContext.
create(Class<?>, String) - Static method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Creates the builder with the mandatory information of the endpoint class (programmatic or annotated), the relative URI or URI-template to use, and with no subprotocols, extensions, encoders, decoders or custom configurator.
create(Class<T>) - Method in class org.glassfish.tyrus.gf.cdi.CdiComponentProvider
 
create(Class<T>) - Method in class org.glassfish.tyrus.gf.ejb.EjbComponentProvider
 
createApplication() - Method in class org.glassfish.tyrus.core.wsadl.model.ObjectFactory
Create an instance of Application
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.tyrus.core.ServiceFinder.DefaultServiceIteratorProvider
 
createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.tyrus.core.ServiceFinder.ServiceIteratorProvider
Iterate over provider classes of a service.
createClient() - Static method in class org.glassfish.tyrus.client.ClientManager
Create new ClientManager instance.
createClient(WebSocketContainer) - Static method in class org.glassfish.tyrus.client.ClientManager
Create new ClientManager instance on top of provided WebSocketContainer instance.
createClient(String) - Static method in class org.glassfish.tyrus.client.ClientManager
Create new ClientManager instance.
createClient(String, WebSocketContainer) - Static method in class org.glassfish.tyrus.client.ClientManager
Create new ClientManager instance on top of provided WebSocketContainer instance.
createClient() - Static method in class org.glassfish.tyrus.core.ComponentProviderService
Create new instance of ComponentProviderService.
createClient() - Method in class org.glassfish.tyrus.test.tools.TestContainer
Get the ClientManager instance.
createClientHandshake(RequestContext) - Static method in class org.glassfish.tyrus.core.Handshake
Client-side handshake.
createConnection() - Method in interface org.glassfish.tyrus.spi.ClientEngine.ClientUpgradeInfo
createConnection(Writer, Connection.CloseListener) - Method in interface org.glassfish.tyrus.spi.WebSocketEngine.UpgradeInfo
Creates a connection if the upgrade is successful.
createConnectionId() - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Create connection id.
createContainer(Map<String, Object>) - Method in class org.glassfish.tyrus.container.grizzly.server.GrizzlyServerContainer
 
createContainer(Map<String, Object>) - Method in class org.glassfish.tyrus.spi.ServerContainerFactory
Create container delegate method.
createEndpoint() - Method in class org.glassfish.tyrus.core.wsadl.model.ObjectFactory
Create an instance of Endpoint
createHandler(boolean, MaskingKeyGenerator) - Method in enum org.glassfish.tyrus.core.Version
 
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.tyrus.core.ServiceFinder.DefaultServiceIteratorProvider
 
createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.tyrus.core.ServiceFinder.ServiceIteratorProvider
Iterate over provider instances of a service.
createServerContainer() - Static method in class org.glassfish.tyrus.spi.ServerContainerFactory
Create new ServerContainer with default configuration.
createServerContainer(Map<String, Object>) - Static method in class org.glassfish.tyrus.spi.ServerContainerFactory
Create new ServerContainer with configuration.
createSessionForRemoteEndpoint(TyrusWebSocket, String, List<Extension>, DebugContext) - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper
Creates a Session based on the TyrusWebSocket, subprotocols and extensions.
createSessionId() - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Create session id.
createSSLContext() - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Create SSLContext from current configuration.
createSSLContext() - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
 
createSSLEngine(String) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Create and configure SSLEngine, based on current settings.
createSSLEngine() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Create and configure SSLEngine, basing on current settings.
createUpgradeRequest(ClientEngine.TimeoutHandler) - Method in class org.glassfish.tyrus.client.TyrusClientEngine
 
createUpgradeRequest(ClientEngine.TimeoutHandler) - Method in interface org.glassfish.tyrus.spi.ClientEngine
Create upgrade request and register ClientEngine.TimeoutHandler.
createURI(Map<String, String>) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String...) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String[], int, int) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
Credentials - Class in org.glassfish.tyrus.client.auth
Credentials can be used when configuring authentication properties used during client handshake.
Credentials(String, byte[]) - Constructor for class org.glassfish.tyrus.client.auth.Credentials
Create new credentials.
Credentials(String, String) - Constructor for class org.glassfish.tyrus.client.auth.Credentials
Create new credentials.
CREDENTIALS - Static variable in class org.glassfish.tyrus.client.ClientProperties
Authentication credentials.

D

DATA_UNEXPECTED_LENGTH(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Data read ({0}) is not the expected size ({1}).
DebugContext - Class in org.glassfish.tyrus.core
A Logger wrapper that gives logging records a common formatting and temporarily stores log records and postpones their logging until they can be provided with a session ID.
DebugContext(DebugContext.TracingThreshold) - Constructor for class org.glassfish.tyrus.core.DebugContext
Constructor that configures tracing to be ON and accepts tracing threshold as a parameter.
DebugContext() - Constructor for class org.glassfish.tyrus.core.DebugContext
Constructor that configures tracing to be OFF.
DebugContext.TracingThreshold - Enum in org.glassfish.tyrus.core
Tracing threshold - used for configuration granularity of information that will be sent in tracing headers.
DebugContext.TracingType - Enum in org.glassfish.tyrus.core
Type of tracing - used for tracing configuration.
DebugContext.Type - Enum in org.glassfish.tyrus.core
Type of the record - used to graphically distinguish these message types in the log.
declaringClass - Variable in class org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
 
decode(char[]) - Static method in class org.glassfish.tyrus.core.Base64Utils
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class org.glassfish.tyrus.core.Base64Utils
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class org.glassfish.tyrus.core.Base64Utils
Decodes a BASE64 encoded String.
decode(ByteBuffer) - Method in class org.glassfish.tyrus.core.coder.InputStreamDecoder
 
decode(ByteBuffer) - Method in class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder
 
decode(ByteBuffer) - Method in class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.NoOpTextCoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders.BooleanDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders.ByteDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders.CharacterDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders.DoubleDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders.FloatDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders.IntegerDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders.LongDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders.ShortDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.coder.ReaderDecoder
 
decode(String, UriComponent.Type) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decodeFast(char[]) - Static method in class org.glassfish.tyrus.core.Base64Utils
Decodes a BASE64 encoded char array that is known to be reasonably well formatted.
decodeFast(byte[]) - Static method in class org.glassfish.tyrus.core.Base64Utils
Decodes a BASE64 encoded byte array that is known to be reasonably well formatted.
decodeFast(String) - Static method in class org.glassfish.tyrus.core.Base64Utils
Decodes a BASE64 encoded string that is known to be reasonably well formatted.
decodeMatrix(String, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Decode the matrix component of a URI path segment.
decodePath(URI, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Decode the path component of a URI as path segments.
decodePath(String, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Decode the path segment and add it to the list of path segments.
decodeQuery(URI, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Decode the query component of a URI.
decoders(List<Class<? extends Decoder>>) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Sets the decoder implementation classes to use in the configuration.
DEFAULT_CONFIG - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Default SSL configuration.
DEFAULT_CONFIG - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Default SSL configuration.
DEFAULT_INCOMING_BUFFER_SIZE - Static variable in class org.glassfish.tyrus.client.TyrusClientEngine
Default incoming buffer size for client container.
DefaultComponentProvider - Class in org.glassfish.tyrus.core
Provides instances using reflection.
DefaultComponentProvider() - Constructor for class org.glassfish.tyrus.core.DefaultComponentProvider
 
defaultConfig() - Static method in class org.glassfish.tyrus.client.ThreadPoolConfig
Create new client thread pool configuration instance.
DefaultServiceIteratorProvider() - Constructor for class org.glassfish.tyrus.core.ServiceFinder.DefaultServiceIteratorProvider
 
DEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
{0}.
DEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
A dependent class, {0}, of the class {1} implementing the provider {2} is not found.
destroy() - Method in class org.glassfish.tyrus.core.coder.CoderAdapter
This method does nothing.
destroy(Object) - Method in class org.glassfish.tyrus.core.ComponentProvider
Destroys the given managed instance.
destroy(Object) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
 
destroy(ExtendedExtension.ExtensionContext) - Method in interface org.glassfish.tyrus.core.extension.ExtendedExtension
Context lifecycle method.
destroy(ExtendedExtension.ExtensionContext) - Method in class org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtension
 
destroy(Object) - Method in class org.glassfish.tyrus.gf.cdi.CdiComponentProvider
 
destroy(Object) - Method in class org.glassfish.tyrus.gf.ejb.EjbComponentProvider
 
destroy() - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
destroyDistributedUserProperties(String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Destroy map which holds distributed user properties.
disableProvidedBasicAuth() - Method in class org.glassfish.tyrus.client.auth.AuthConfig.Builder
Disable provided Basic Authenticator.
disableProvidedDigestAuth() - Method in class org.glassfish.tyrus.client.auth.AuthConfig.Builder
Disable provided Digest Authenticator.
DistributedSession - Interface in org.glassfish.tyrus.core.cluster
Extended Session which adds distributed properties.
doEncode(Session, Object) - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper
 
doneDeployment() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
DoubleDecoder() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders.DoubleDecoder
 

E

EjbComponentProvider - Class in org.glassfish.tyrus.gf.ejb
Provides the instance for the supported EJB classes.
EjbComponentProvider() - Constructor for class org.glassfish.tyrus.gf.ejb.EjbComponentProvider
 
EMPTY - Static variable in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
The empty pattern that matches the null or empty string.
EMPTY - Static variable in class org.glassfish.tyrus.core.uri.internal.UriTemplate
The empty URI template that matches the null or empty URI path.
EMPTY_PATTERN - Static variable in class org.glassfish.tyrus.core.uri.internal.PathPattern
Empty path pattern matching only empty string.
ENABLE_TRACING_HEADER - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
If this header is present in the handshake request and the tracing type is configured to "ON_DEMAND", tracing headers will be sent in the handshake response.
enabledCipherSuites - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
The list of cipher suites.
enabledCipherSuites - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
The list of cipher suites.
enabledProtocols - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
The list of protocols.
enabledProtocols - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
The list of protocols.
encode(byte[]) - Method in class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder
 
encode(ByteBuffer) - Method in class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder
 
encode(String) - Method in class org.glassfish.tyrus.core.coder.NoOpTextCoder
 
encode(Object) - Method in class org.glassfish.tyrus.core.coder.ToStringEncoder
 
encode(String, UriComponent.Type) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encodeLiteralCharacters(String) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Encode literal characters of a template.
encoders(List<Class<? extends Encoder>>) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Sets the list of encoder implementation classes for this builder.
encodeTemplateNames(String) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Encodes a string with template parameters names present, specifically the characters '{' and '}' will be percent-encoded.
encodeToByte(byte[], boolean) - Static method in class org.glassfish.tyrus.core.Base64Utils
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class org.glassfish.tyrus.core.Base64Utils
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class org.glassfish.tyrus.core.Base64Utils
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
ENCODING_FAILED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Encoding failed.
END_OF_PATH_PATTERN - Static variable in class org.glassfish.tyrus.core.uri.internal.PathPattern
Path pattern matching the end of a URI path.
endpoint - Variable in class org.glassfish.tyrus.core.wsadl.model.Application
 
Endpoint - Class in org.glassfish.tyrus.core.wsadl.model
Java class for anonymous complex type.
Endpoint() - Constructor for class org.glassfish.tyrus.core.wsadl.model.Endpoint
 
ENDPOINT_ANNOTATION_NOT_FOUND(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
{0} annotation not found on class {1}.
ENDPOINT_EXCEPTION_FROM_ON_ERROR(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Exception thrown from onError method {0}.
ENDPOINT_MAX_MESSAGE_SIZE_TOO_LONG(Object, Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
MaxMessageSize {0} on method {1} in endpoint {2} is larger than the container incoming buffer size {3}.
ENDPOINT_MULTIPLE_METHODS(Object, Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Multiple methods using {0} annotation in class {1}: {2} and {3}.
ENDPOINT_MULTIPLE_SESSION_PARAM(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method {0} has got two or more Session parameters.
ENDPOINT_UNHANDLED_EXCEPTION(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Unhandled exception in endpoint {0}.
ENDPOINT_UNKNOWN_PARAMS(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Unknown parameter(s) for {0}.{1} method annotated with @OnError annotation: {2}.
ENDPOINT_WRONG_PARAMS(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method: {0}.{1}: has got wrong number of params.
ENDPOINT_WRONG_PATH_PARAM(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Method: {0}: {1} is not allowed type for @PathParameter.
EndpointClassNamePathPair - Class in org.glassfish.tyrus.ext.monitoring.jmx
Path and class name of an endpoint exposed by JMX.
EndpointClassNamePathPair(String, String) - Constructor for class org.glassfish.tyrus.ext.monitoring.jmx.EndpointClassNamePathPair
Constructor, ConstructorProperties is required, so that MXBean client can create an instance.
EndpointEventListener - Interface in org.glassfish.tyrus.core.monitoring
Listens to endpoint-level events that are interesting for monitoring.
EndpointMXBean - Interface in org.glassfish.tyrus.ext.monitoring.jmx
MXBean used for accessing monitored endpoint properties - endpoint path and class name, number of currently open sessions, maximal number of open sessions since the start of monitoring, and message statistics.
endsWithSlash() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Check if the URI template ends in a slash ('/').
entrySet() - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
equals(Object) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
 
equals(Object) - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyWriter
 
equals(Object) - Method in class org.glassfish.tyrus.core.TyrusExtension
 
equals(Object) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

equals(Object) - Method in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
 
equals(Object) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Equality is calculated from the String of the regular expression generated from the templates.
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface org.glassfish.tyrus.core.uri.internal.MultivaluedMap
Compare the specified map with this map for equality modulo the order of values for each key.
EQUIVALENT_PATHS(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Found equivalent paths.
error() - Method in class org.glassfish.tyrus.core.StrictUtf8.Parser
If the previous parse operation detected an error, return the object describing that error.
ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Error caught while loading SPI providers.
ErrorCollector - Class in org.glassfish.tyrus.core
Used to collect deployment errors to present these to the user together.
ErrorCollector() - Constructor for class org.glassfish.tyrus.core.ErrorCollector
 
ErrorCount - Class in org.glassfish.tyrus.ext.monitoring.jmx
A pair of error class name and number of times the error occurred.
ErrorCount(String, Long) - Constructor for class org.glassfish.tyrus.ext.monitoring.jmx.ErrorCount
 
evaluate() - Method in interface org.glassfish.tyrus.core.BaseContainer.ShutDownCondition
 
EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Exception caught while loading SPI providers.
execute() - Method in class org.glassfish.tyrus.container.grizzly.client.TaskProcessor.Task
To be overridden.
ExecutorServiceProvider - Class in org.glassfish.tyrus.core
 
ExecutorServiceProvider() - Constructor for class org.glassfish.tyrus.core.ExecutorServiceProvider
 
ExtendedExtension - Interface in org.glassfish.tyrus.core.extension
WebSocket Extension.
ExtendedExtension.ExtensionContext - Interface in org.glassfish.tyrus.core.extension
Context present as a parameter in all ExtendedExtension methods.
EXTENSION_EXCEPTION(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Extension ''{0}'' threw an exception during processOutgoing method invocation: "{1}".
extensions(List<Extension>) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Sets the extensions to use in the configuration.

F

failed(Throwable) - Method in class org.glassfish.tyrus.spi.CompletionHandler
The operation was failed.
fin(boolean) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Set FIN flag.
find(Class<T>, ClassLoader) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>, ClassLoader, boolean) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(Class<T>, boolean) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(String) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available classes of a given service file using the context class loader.
findMethodOnClass(Class, Method) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Find a method on a class given an existing method.
FloatDecoder() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders.FloatDecoder
 
flush() - Method in class org.glassfish.tyrus.core.DebugContext
Write pending messages to the log.
flushBatch() - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
FRAGMENT_INVALID_OPCODE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Fragment sent but opcode was not 0.
Frame - Class in org.glassfish.tyrus.core.frame
WebSocket frame representation.
Frame(Frame) - Constructor for class org.glassfish.tyrus.core.frame.Frame
Copy constructor.
Frame.Builder - Class in org.glassfish.tyrus.core.frame
Frame builder.
FRAME_BUFFER_SIZE - Static variable in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
FRAME_WRITE_CANCELLED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Frame writing was canceled.
fromClass(Class<?>, ComponentProviderService, boolean, int, ErrorCollector, EndpointEventListener) - Static method in class org.glassfish.tyrus.core.AnnotatedEndpoint
Create AnnotatedEndpoint from class.
fromDecoderClasses(List<Class<? extends Decoder>>) - Static method in class org.glassfish.tyrus.core.MessageHandlerManager
Construct manager.
fromHeaders(List<String>) - Static method in class org.glassfish.tyrus.core.TyrusExtension
Parse Extension from headers (represented as List of strings).
fromInstance(Object, ComponentProviderService, boolean, int, ErrorCollector) - Static method in class org.glassfish.tyrus.core.AnnotatedEndpoint
Create AnnotatedEndpoint from instance.
fromString(List<String>) - Static method in class org.glassfish.tyrus.core.TyrusExtension
Parsing of one Extension.
fullRelativeUri(URI) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Return the Request-Uri representation as defined by HTTP spec.

G

generateAuthorizationHeader(URI, String, Credentials) - Method in class org.glassfish.tyrus.client.auth.Authenticator
Generate value used as "" header value for next request.
genericInterface - Variable in class org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
 
get() - Method in class org.glassfish.tyrus.core.TyrusFuture
 
get(long, TimeUnit) - Method in class org.glassfish.tyrus.core.TyrusFuture
 
get(Object) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
getAllMatches(String, Set<TyrusEndpointWrapper>, DebugContext) - Static method in class org.glassfish.tyrus.core.uri.Match
Return a list of all endpoints with path matching the request path.
getAllSessions() - Method in class org.glassfish.tyrus.core.TyrusSession
Get set of all sessions opened to the same endpoint.
getAnnotatedEndpointClasses(Set<Class<?>>) - Method in class org.glassfish.tyrus.server.TyrusServerConfiguration
Gets all the classes annotated with ServerEndpoint annotation which should be deployed.
getAny() - Method in class org.glassfish.tyrus.core.wsadl.model.Application
Gets the value of the any property.
getApplicationEventListener() - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Get ApplicationEventListener related to current TyrusWebSocketEngine instance.
getArguments() - Method in interface org.glassfish.tyrus.core.l10n.Localizable
Returns the arguments for message formatting.
getArguments() - Method in class org.glassfish.tyrus.core.l10n.LocalizableMessage
 
getArrayClass(Class) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get Array class of component class.
getAsyncRemote() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get a reference a RemoteEndpoint.Async object representing the peer of this conversation that is able to send messages asynchronously to the peer.
getAsyncRemote() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getAuthenticators() - Method in class org.glassfish.tyrus.client.auth.AuthConfig
Get an unmodifiable map of authenticators, where case insensitive authentication scheme to Authenticator.
getAverageReceivedMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the average size of all the messages received since the start of monitoring.
getAverageSentMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the average size of all the messages sent since the start of monitoring.
getBasicRemote() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get a reference a RemoteEndpoint.Basic object representing the peer of this conversation that is able to send messages synchronously to the peer.
getBasicRemote() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getBatchingAllowed() - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
getBinaryMessageStatisticsMXBean() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.BaseMXBean
Get an MXBean containing statistics about binary messages.
getClass(Class, Class) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Find the declaring class that implements or extends an interface.
getClassType(Class<?>, Class<?>) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Find a type of the class given it's Superclass.
getClientManager() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Can be overridden to provide own ClientManager implementation or instance.
getCloseListener() - Method in interface org.glassfish.tyrus.spi.Connection
Returns the same close listener that is passed for creating connection in WebSocketEngine.UpgradeInfo#createConnection(Writer, CloseListener).
getCloseReason() - Method in enum org.glassfish.tyrus.core.CloseReasons
Get close reason.
getCloseReason() - Method in class org.glassfish.tyrus.core.frame.CloseFrame
Get close reason.
getCloseReason() - Method in exception org.glassfish.tyrus.core.ProtocolException
 
getCloseReason() - Method in exception org.glassfish.tyrus.core.Utf8DecodingException
 
getCloseReason() - Method in exception org.glassfish.tyrus.core.WebSocketException
Get close reason.
getCoder() - Method in class org.glassfish.tyrus.core.coder.CoderWrapper
Get coder instance.
getCoderClass() - Method in class org.glassfish.tyrus.core.coder.CoderWrapper
Get coder class.
getCoderInstance(Class<T>, Session, EndpointConfig, ErrorCollector) - Method in class org.glassfish.tyrus.core.ComponentProviderService
Provide an instance of Encoder or Decoder descendant which is coupled to Session.
getContainer() - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyContainerProvider
 
getContainer() - Method in class org.glassfish.tyrus.container.inmemory.InMemoryContainerProvider
 
getContainer() - Method in class org.glassfish.tyrus.container.jdk.client.JdkContainerProvider
 
getContainer() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
getContainer() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getContextClassLoaderPA() - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get privileged action to obtain context class loader.
getControlMessageStatisticsMXBean() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.BaseMXBean
Get an MXBean containing statistics about control messages.
getCorePoolSize() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Get the core thread pool size - the size of the thread pool will never bee smaller than this.
getCount() - Method in class org.glassfish.tyrus.ext.monitoring.jmx.ErrorCount
The number of times the error has occurred.
getDeclaringClass(AccessibleObject) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
 
getDefaultAsyncSendTimeout() - Method in class org.glassfish.tyrus.client.ClientManager
 
getDefaultAsyncSendTimeout() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getDefaultMaxBinaryMessageBufferSize() - Method in class org.glassfish.tyrus.client.ClientManager
 
getDefaultMaxBinaryMessageBufferSize() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getDefaultMaxSessionIdleTimeout() - Method in class org.glassfish.tyrus.client.ClientManager
 
getDefaultMaxSessionIdleTimeout() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getDefaultMaxTextMessageBufferSize() - Method in class org.glassfish.tyrus.client.ClientManager
 
getDefaultMaxTextMessageBufferSize() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getDelay() - Method in class org.glassfish.tyrus.client.ClientManager.ReconnectHandler
Get reconnect delay.
getDelay() - Method in exception org.glassfish.tyrus.client.RetryAfterException
Get a delay specified in response header in seconds.
getDistributedProperties() - Method in interface org.glassfish.tyrus.core.cluster.DistributedSession
Get distributed properties.
getDistributedProperties() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
 
getDistributedProperties() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getDistributedSessionProperties(String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Get the map containing session properties to be shared among nodes.
getDistributedUserProperties(String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Get the map containing session user properties to be shared among nodes.
getEnabledCipherSuites() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Get enabled cipher suites.
getEnabledCipherSuites() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
getEnabledProtocols() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Get enabled protocols.
getEnabledProtocols() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
getEndpoint() - Method in class org.glassfish.tyrus.core.wsadl.model.Application
Gets the value of the endpoint property.
getEndpointClassName() - Method in class org.glassfish.tyrus.ext.monitoring.jmx.EndpointClassNamePathPair
Get class name of the endpoint.
getEndpointClassName() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
Get the class name of the endpoint.
getEndpointConfig() - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
 
getEndpointConfig() - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper
Get Endpoint configuration.
getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in class org.glassfish.tyrus.server.TyrusServerConfiguration
Gets all the ServerEndpointConfig classes which should be deployed.
getEndpointInstance(Class<T>) - Method in class org.glassfish.tyrus.core.ComponentProviderService
This method is called by the container each time a new client connects to the logical endpoint this configurator configures.
getEndpointInstance(Class<T>) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
getEndpointMXBeans() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
Get list of MXBeans representing registered endpoints.
getEndpointPath() - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper
Server-side; Get Endpoint absolute path.
getEndpointPath() - Method in class org.glassfish.tyrus.ext.monitoring.jmx.EndpointClassNamePathPair
Get the path the endpoint is registered on.
getEndpointPath() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
Get the path the endpoint is registered on.
getEndpointPaths() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
Get endpoint paths for currently registered endpoints.
getEndpoints() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
Get endpoint paths and class names for currently registered endpoints.
getEndpointWrapper() - Method in class org.glassfish.tyrus.core.uri.Match
Get endpoint wrapper.
getErrorCounts() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.BaseMXBean
Get list of Throwable class name - count pairs, which represent errors and number of times they have occurred.
getExecutorService() - Method in class org.glassfish.tyrus.core.BaseContainer
Returns a container-managed ExecutorService registered under java:comp/DefaultManagedExecutorService or if the lookup has failed, it returns a ExecutorService created and managed by this instance of BaseContainer.
getExecutorService() - Method in class org.glassfish.tyrus.core.ExecutorServiceProvider
getFirst(K) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
getFirst(K) - Method in interface org.glassfish.tyrus.core.uri.internal.MultivaluedMap
A shortcut to get the first value of the supplied key.
getFirst(String, Class<A>) - Method in class org.glassfish.tyrus.core.uri.internal.MultivaluedStringMap
 
getFirst(String, A) - Method in class org.glassfish.tyrus.core.uri.internal.MultivaluedStringMap
 
getFirstHeaderValue(String) - Method in class org.glassfish.tyrus.spi.UpgradeResponse
Gets the value of the response header with the given name.
getFrameType() - Method in class org.glassfish.tyrus.core.frame.TyrusFrame
Returns the type of the frame.
getFromStringStringMethod(Class) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the static fromString(String ) method.
getGenericClass(Type) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the class that is the type argument of a parameterized type.
getGroupCounts() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the capturing group counts for each template variable.
getGroupIndexes() - Method in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Get the group indexes to capturing groups.
getGroupIndexes() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the group indexes to capturing groups.
getHeader(String) - Method in class org.glassfish.tyrus.core.RequestContext
Returns the header value corresponding to the name.
getHeader(String) - Method in class org.glassfish.tyrus.spi.UpgradeRequest
Returns the value of the specified request header name.
getHeaderFromList(List<T>) - Static method in class org.glassfish.tyrus.core.Utils
Creates single String value from provided List by calling Object.toString() on each item and separating existing ones with ", ".
getHeaderFromList(List<T>, Utils.Stringifier<T>) - Static method in class org.glassfish.tyrus.core.Utils
Convert list of values to singe String usable as HTTP header value.
getHeaders() - Method in class org.glassfish.tyrus.core.RequestContext
Get headers.
getHeaders() - Method in class org.glassfish.tyrus.core.TyrusUpgradeResponse
Get HTTP headers.
getHeartbeatInterval() - Method in class org.glassfish.tyrus.core.TyrusSession
Return an interval in milliseconds between scheduled periodic Pong messages.
getHost() - Method in class org.glassfish.tyrus.test.tools.TestContainer
 
getHostnameVerifier() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Get custom hostname verifier.
getHttpSession() - Method in class org.glassfish.tyrus.core.RequestContext
 
getHttpStatusCode() - Method in exception org.glassfish.tyrus.core.HandshakeException
Get the error code.
getId() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get a string containing the unique identifier assigned to this session.
getId() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getId() - Method in class org.glassfish.tyrus.core.wsadl.model.Endpoint
Gets the value of the id property.
getInitialClassLoader() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Get the class loader (if any) to be initially exposed by threads from this pool.
getInstalledExtensions() - Method in class org.glassfish.tyrus.client.ClientManager
 
getInstalledExtensions() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getInstance(Class<T>, Session, ErrorCollector) - Method in class org.glassfish.tyrus.core.ComponentProviderService
Provide an instance of class which is coupled to Session.
getInstance() - Static method in class org.glassfish.tyrus.core.OsgiRegistry
Returns an OsgiRegistry instance.
getInstance(Class<T>, ErrorCollector) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Creates an instance of Class c using Class.newInstance().
getInstance(Class<T>) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Creates an instance of Class c using Class.newInstance().
getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.ComponentProvider
Get the method which should be invoked instead provided one.
getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.ComponentProviderService
 
getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
 
getInvocableMethod(Method) - Method in class org.glassfish.tyrus.gf.ejb.EjbComponentProvider
 
getKeepAliveTime(TimeUnit) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Get the max period of time a thread will wait for a new task to process.
getKey() - Method in interface org.glassfish.tyrus.core.l10n.Localizable
Gets the key in the resource bundle.
getKey() - Method in class org.glassfish.tyrus.core.l10n.LocalizableMessage
 
getLocale() - Method in class org.glassfish.tyrus.core.l10n.Localizer
 
getMaskingKey() - Method in class org.glassfish.tyrus.core.frame.Frame
Get masking key.
getMatrixParameters() - Method in interface org.glassfish.tyrus.core.uri.internal.PathSegment
Get a map of the matrix parameters associated with the path segment.
getMaxBinaryMessageBufferSize() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the maximum length of incoming binary messages that this Session can buffer.
getMaxBinaryMessageBufferSize() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getMaxIdleTimeout() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the number of milliseconds before this conversation may be closed by the container if it is inactive, i.e.
getMaxIdleTimeout() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getMaximalOpenSessionsCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
Get the maximal number of open sessions on the endpoint since the start of monitoring.
getMaximalOpenSessionsCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
Get the maximal number of open sessions on the endpoint since the start of monitoring.
getMaximalReceivedMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the size of the largest message received since the start of monitoring.
getMaximalSentMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the size of the largest message sent since the start of monitoring.
getMaxPoolSize() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Get max thread pool size.
getMaxSessions() - Method in interface org.glassfish.tyrus.core.TyrusServerEndpointConfig
Returns configured maximal number of open sessions.
getMaxTextMessageBufferSize() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the maximum length of incoming text messages that this Session can buffer.
getMaxTextMessageBufferSize() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getMessage(String, Object...) - Method in class org.glassfish.tyrus.core.l10n.LocalizableMessageFactory
 
getMessageHandlers() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
getMessageHandlers() - Method in class org.glassfish.tyrus.core.MessageHandlerManager
Get all successfully registered MessageHandlers.
getMessageHandlers() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getMinimalReceivedMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the size of the smallest message received since the start of monitoring.
getMinimalSentMessageSize() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the size of the smallest message sent since the start of monitoring.
getName() - Method in class org.glassfish.tyrus.core.TyrusExtension
 
getName() - Method in class org.glassfish.tyrus.core.TyrusExtension.TyrusParameter
 
getName() - Method in class org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtension
 
getName() - Method in class org.glassfish.tyrus.ext.extension.deflate.XWebkitDeflateExtension
 
getNames() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the list of template names.
getNameToPattern() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the map of template names to patterns.
getNegotiatedExtensions() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the list of extensions currently in use for this conversation.
getNegotiatedExtensions() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
getNegotiatedSubprotocol() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the sub protocol agreed during the websocket handshake for this conversation.
getNegotiatedSubprotocol() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
getNormalizedTemplate() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the normalized template.
getNumberOfExplicitCharacters() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Get the number of characters in the regular expression not resulting from conversion of template variables.
getNumberOfExplicitRegexes() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Get the number of explicit regular expressions declared in the template variables.
getNumberOfExplicitRegexes() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the number of explicit regular expressions.
getNumberOfLiteralCharacters() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the number of literal characters.
getNumberOfRegexGroups() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Get the number of regular expression groups
getNumberOfRegexGroups() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the number of regular expression groups
getNumberOfTemplateVariables() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Get the number of template variables.
getOpcode() - Method in class org.glassfish.tyrus.core.frame.Frame
Get opcode.
getOpenSessions() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
getOpenSessions() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getOpenSessionsCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.ApplicationMXBean
Get the number of sessions currently open on the endpoint.
getOpenSessionsCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
Get the number of sessions currently open on the endpoint.
getOrderedWholeMessageHandlers() - Method in class org.glassfish.tyrus.core.MessageHandlerManager
 
getOsgiRegistryInstance() - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Returns an OsgiRegistry instance.
getOtherAttributes() - Method in class org.glassfish.tyrus.core.wsadl.model.Endpoint
Gets a map that contains attributes that aren't bound to any typed property on this class.
getPackageResources(String, ClassLoader) - Method in class org.glassfish.tyrus.core.OsgiRegistry
 
getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the parameterized class arguments for a declaring class that declares a generic interface type.
getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the parameterized type arguments for a declaring class that declares a generic interface type.
getParameterMap() - Method in class org.glassfish.tyrus.core.RequestContext
 
getParameters() - Method in class org.glassfish.tyrus.core.TyrusExtension
 
getParameters() - Method in class org.glassfish.tyrus.core.uri.Match
Get map of parameter names-value pairs.
getParameters() - Method in class org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtension
 
getPassword() - Method in class org.glassfish.tyrus.client.auth.Credentials
Get the password as byte array.
getPath() - Method in interface org.glassfish.tyrus.core.uri.internal.PathSegment
Get the path segment.
getPath() - Method in class org.glassfish.tyrus.core.wsadl.model.Endpoint
Gets the value of the path property.
getPathParameters() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get a map of the path parameter names and values used associated with the request this session was opened under.
getPathParameters() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getPattern() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Get the URI pattern.
getPattern() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the pattern.
getPayloadData() - Method in class org.glassfish.tyrus.core.frame.Frame
Get payload data.
getPayloadLength() - Method in class org.glassfish.tyrus.core.frame.Frame
Get payload length.
getPoolName() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Return thread pool name.
getPort() - Method in class org.glassfish.tyrus.test.tools.TestContainer
Get port used for creating remote endpoint URI.
getPriority() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Get priority of the threads in thread pool.
getProperties() - Method in class org.glassfish.tyrus.client.ClientManager
Container properties.
getProperties() - Method in interface org.glassfish.tyrus.core.extension.ExtendedExtension.ExtensionContext
Mutable, not synchronised property map.
getProperty(Map<String, Object>, String, Class<T>) - Static method in class org.glassfish.tyrus.core.Utils
Get typed property from generic property map.
getProperty(Map<String, Object>, String, Class<T>, T) - Static method in class org.glassfish.tyrus.core.Utils
Get typed property from generic property map.
getProtocolVersion() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the version of the websocket protocol currently being used.
getProtocolVersion() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getQueryString() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the query string associated with the request this session was opened under.
getQueryString() - Method in class org.glassfish.tyrus.core.RequestContext
 
getQueryString() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getQueue() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Return a queue that will be used to temporarily store tasks when all threads in the thread pool are busy.
getQueueLimit() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Get the limit of the queue, where tasks are temporarily stored when all threads are busy.
getReadHandler() - Method in interface org.glassfish.tyrus.spi.Connection
Returns a read handler.
getReasonPhrase() - Method in class org.glassfish.tyrus.core.TyrusUpgradeResponse
Get HTTP reason phrase.
getReceivedMessagesCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the total number of messages received since the start of monitoring.
getReceivedMessagesCountPerSecond() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the average number of received messages per second.
getRegex() - Method in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Get the regular expression.
getRemainder() - Method in class org.glassfish.tyrus.core.frame.TextFrame
Remainder after UTF-8 decoding.
getRemainingArray(ByteBuffer) - Static method in class org.glassfish.tyrus.core.Utils
Creates the array of bytes containing the bytes from the position to the limit of the ByteBuffer.
getRemoteAddr() - Method in class org.glassfish.tyrus.core.RequestContext
Get the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteAddr() - Method in class org.glassfish.tyrus.core.TyrusSession
Get the Internet Protocol (IP) address of the client or last proxy that sent the request.
getRemoteSessionIds(String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Get set containing session ids of all remote sessions registered to given endpoint path.
getRemoteSessions() - Method in class org.glassfish.tyrus.core.TyrusSession
Get set of remote sessions.
getRequest() - Method in class org.glassfish.tyrus.core.Handshake
Client side only - get the UpgradeRequest.
getRequestParameterMap() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the request parameters associated with the request this session was opened under.
getRequestParameterMap() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getRequestURI() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the URI under which this session was opened, including the query string if there is one.
getRequestURI() - Method in class org.glassfish.tyrus.core.RequestContext
 
getRequestUri() - Method in class org.glassfish.tyrus.core.RequestContext
 
getRequestURI() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getRequestUri() - Method in class org.glassfish.tyrus.spi.UpgradeRequest
Get the undecoded request uri (up to the query string) of underlying HTTP handshake request.
getResourceBundle(String) - Method in class org.glassfish.tyrus.core.OsgiRegistry
Tries to load resource bundle via OSGi means.
getResourceBundleName() - Method in interface org.glassfish.tyrus.core.l10n.Localizable
Get the name of the localization messages resource bundle.
getResourceBundleName() - Method in class org.glassfish.tyrus.core.l10n.LocalizableMessage
 
getScheduledExecutorService() - Method in class org.glassfish.tyrus.core.BaseContainer
Returns a container-managed ScheduledExecutorService registered under java:comp/DefaultManagedScheduledExecutorService or if the lookup has failed it returns a ScheduledExecutorService created and managed by this instance of BaseContainer.
getScheduledExecutorService() - Method in class org.glassfish.tyrus.core.ExecutorServiceProvider
getSentMessagesCount() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the total number of messages sent since the start of monitoring.
getSentMessagesCountPerSecond() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.MessageStatisticsMXBean
Get the average number of sent messages per second.
getServerProperties() - Method in class org.glassfish.tyrus.test.tools.TestContainer
Get server properties.
getSessionId() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.SessionMXBean
Get the ID of the session.
getSessionMXBeans() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.EndpointMXBean
Get list of MXBeans representing currently open sessions.
getSslContext() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Create SSLContext and store it for further invocation of this method.
getSslContext() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
getStatus() - Method in class org.glassfish.tyrus.core.TyrusUpgradeResponse
Get HTTP status.
getStatus() - Method in class org.glassfish.tyrus.spi.UpgradeResponse
Get the current HTTP status code of this response.
getStatus() - Method in interface org.glassfish.tyrus.spi.WebSocketEngine.UpgradeInfo
Returns the status of HTTP request upgrade.
getStringConstructor(Class) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the constructor that has a single parameter of String.
getStringList(List<T>, Utils.Stringifier<T>) - Static method in class org.glassfish.tyrus.core.Utils
Get list of strings from List<T>.
getSupportedWireProtocolVersions() - Static method in enum org.glassfish.tyrus.core.Version
 
getTemplate() - Method in class org.glassfish.tyrus.core.uri.internal.PathPattern
 
getTemplate() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Get the URI template as a String.
getTemplate() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Get the template.
getTemplateVariables() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Get the list of template variables for the template.
getTextMessageStatisticsMXBean() - Method in interface org.glassfish.tyrus.ext.monitoring.jmx.BaseMXBean
Get an MXBean containing statistics about text messages.
getTextPayload() - Method in class org.glassfish.tyrus.core.frame.TextFrame
Get text payload.
getThreadFactory() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Return ThreadFactory that will be used to create thread pool threads.
getThrowableClassName() - Method in class org.glassfish.tyrus.ext.monitoring.jmx.ErrorCount
Class name of the throwable that was raised.
getTimeoutHandler() - Method in class org.glassfish.tyrus.client.TyrusClientEngine
Get TimeoutHandler associated with current ClientEngine instance.
getTracingHeaders() - Method in class org.glassfish.tyrus.core.DebugContext
Get headers containing tracing messages.
getType() - Method in class org.glassfish.tyrus.core.coder.CoderWrapper
Get the return type of the encode / decode method.
getTypeArgumentAndClass(Type) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
 
getUpgradeStatus() - Method in interface org.glassfish.tyrus.spi.ClientEngine.ClientUpgradeInfo
getURI(Class<?>) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Get the URI for the ServerEndpoint annotated class.
getURI(Class<?>, String) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Get the URI for the ServerEndpoint annotated class.
getURI(String) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Get the URI for the given String path.
getURI(String, String) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Get the URI for the given String path.
getUsername() - Method in class org.glassfish.tyrus.client.auth.Credentials
Get the username.
getUserPrincipal() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the authenticated user for this session or null if no user is authenticated for this session.
getUserPrincipal() - Method in class org.glassfish.tyrus.core.RequestContext
 
getUserPrincipal() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getUserProperties() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
getUserProperties() - Method in class org.glassfish.tyrus.core.TyrusSession
 
getValue() - Method in class org.glassfish.tyrus.core.TyrusExtension.TyrusParameter
 
getValueOfStringMethod(Class) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the static valueOf(String ) method.
getValues(K) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Return a non-null list of values for a given key.
getWebSocketEngine() - Method in interface org.glassfish.tyrus.spi.ServerContainer
Return WebSocketEngine to upgrade requests and setting up the connection.
getWriter() - Method in interface org.glassfish.tyrus.spi.Connection
Returns the same writer that is passed for creating connection in WebSocketEngine.UpgradeInfo#createConnection(Writer, CloseListener) The transport writer that actually writes websocket data to underlying connection.
getWsadlApplication() - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Get Application representing current set of deployed endpoints.
getWsPort(URI) - Static method in class org.glassfish.tyrus.core.Utils
Get port from provided URI.
getWsPort(URI, String) - Static method in class org.glassfish.tyrus.core.Utils
Get port from provided URI.
GrizzlyClientContainer - Class in org.glassfish.tyrus.container.grizzly.client
 
GrizzlyClientContainer() - Constructor for class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer
 
GrizzlyClientProperties - Class in org.glassfish.tyrus.container.grizzly.client
Grizzly client properties.
GrizzlyClientProperties() - Constructor for class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientProperties
 
GrizzlyClientSocket - Class in org.glassfish.tyrus.container.grizzly.client
Implementation of the WebSocket interface.
GrizzlyContainerProvider - Class in org.glassfish.tyrus.container.grizzly.client
 
GrizzlyContainerProvider() - Constructor for class org.glassfish.tyrus.container.grizzly.client.GrizzlyContainerProvider
 
GrizzlyServerContainer - Class in org.glassfish.tyrus.container.grizzly.server
Grizzly implementation of ServerContainerFactory and ServerContainer.
GrizzlyServerContainer() - Constructor for class org.glassfish.tyrus.container.grizzly.server.GrizzlyServerContainer
 
GrizzlyWriter - Class in org.glassfish.tyrus.container.grizzly.client
 
GrizzlyWriter(Connection) - Constructor for class org.glassfish.tyrus.container.grizzly.client.GrizzlyWriter
 

H

handle(ByteBuffer) - Method in interface org.glassfish.tyrus.spi.ReadHandler
A transport reads websocket data and invokes this method to handover websocket data for a connection to tyrus runtime.
handleTimeout() - Method in interface org.glassfish.tyrus.spi.ClientEngine.TimeoutHandler
Invoked when timeout is reached.
Handshake - Class in org.glassfish.tyrus.core
Class responsible for performing and validating handshake.
handshake(TyrusEndpointWrapper, UpgradeRequest, UpgradeResponse, ExtendedExtension.ExtensionContext) - Method in class org.glassfish.tyrus.core.ProtocolHandler
Server side handshake processing.
HANDSHAKE_HTTP_REDIRECTION_INFINITE_LOOP() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Infinite HTTP Redirection loop detected.
HANDSHAKE_HTTP_REDIRECTION_MAX_REDIRECTION(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Redirect attempts exceeded maximum allowed limit of ({0}) redirects.
HANDSHAKE_HTTP_REDIRECTION_NEW_LOCATION_ERROR(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Invalid URI in Location header: "{0}".
HANDSHAKE_HTTP_REDIRECTION_NEW_LOCATION_MISSING() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Missing or empty Location header in 3xx HTTP Redirect response.
HANDSHAKE_HTTP_REDIRECTION_NOT_ENABLED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Received HTTP response status code: {0} and redirect processing is not enabled.
HANDSHAKE_HTTP_RETRY_AFTER_MESSAGE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
HTTP Status code 503 - Service Unavailable.
HANDSHAKE_TIMEOUT - Static variable in class org.glassfish.tyrus.client.ClientManager
Deprecated.
HANDSHAKE_TIMEOUT - Static variable in class org.glassfish.tyrus.client.ClientProperties
Property usable in ClientManager.getProperties().
HandshakeException - Exception in org.glassfish.tyrus.core
Exception, which describes the error, occurred during the handshake phase.
HandshakeException(String) - Constructor for exception org.glassfish.tyrus.core.HandshakeException
Construct a HandshakeException.
HandshakeException(int, String) - Constructor for exception org.glassfish.tyrus.core.HandshakeException
Constructor.
hasExtensions() - Method in class org.glassfish.tyrus.core.ProtocolHandler
Returns true when current connection has some negotiated extension.
hashCode() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
 
hashCode() - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyWriter
 
hashCode() - Method in class org.glassfish.tyrus.core.TyrusExtension
 
hashCode() - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

hashCode() - Method in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
 
hashCode() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Hash code is calculated from String of the regular expression generated from the template.
HEADERS_MISSING() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Missing headers required for WebSocket negotiation.
hookUp() - Method in class org.glassfish.tyrus.core.OsgiRegistry
Will hook up this instance with the OSGi runtime.
HOST - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
HTTP "Host" header name.
httpSession(Object) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set http session.

I

id - Variable in class org.glassfish.tyrus.core.wsadl.model.Endpoint
 
ILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Illegal configuration-file syntax.
ILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Illegal provider-class name: {0}.
ILLEGAL_UTF_8_SEQUENCE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Illegal UTF-8 Sequence.
INCOMING_BUFFER_SIZE - Static variable in class org.glassfish.tyrus.client.ClientProperties
Property name for maximal incoming buffer size.
INCOMING_BUFFER_SIZE - Static variable in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Maximum size of incoming buffer in bytes.
INCOMING_BUFFER_SIZE - Static variable in interface org.glassfish.tyrus.spi.ClientContainer
Deprecated.
incomingBufferSize(Integer) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
Set incoming buffer size.
init(EndpointConfig) - Method in class org.glassfish.tyrus.core.coder.CoderAdapter
This method does nothing.
init(WebConnection) - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
InMemoryClientContainer - Class in org.glassfish.tyrus.container.inmemory
In-Memory ClientContainer implementation.
InMemoryClientContainer() - Constructor for class org.glassfish.tyrus.container.inmemory.InMemoryClientContainer
 
InMemoryContainerProvider - Class in org.glassfish.tyrus.container.inmemory
In-memory container provider.
InMemoryContainerProvider() - Constructor for class org.glassfish.tyrus.container.inmemory.InMemoryContainerProvider
 
InputStreamDecoder - Class in org.glassfish.tyrus.core.coder
Built in Decoder for InputStream.
InputStreamDecoder() - Constructor for class org.glassfish.tyrus.core.coder.InputStreamDecoder
 
IntegerDecoder() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders.IntegerDecoder
 
INVALID_HEADER(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Invalid {0} header value: "{1}".
INVALID_RESPONSE_CODE(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Response code was not {0}: {1}.
IOEXCEPTION_CLOSE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
IOException thrown when closing connection.
isApplicable(Class<?>) - Method in class org.glassfish.tyrus.core.ComponentProvider
Checks whether this component provider is able to provide an instance of given Class.
isApplicable(Class<?>) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
 
isApplicable(Class<?>) - Method in class org.glassfish.tyrus.gf.cdi.CdiComponentProvider
 
isApplicable(Class<?>) - Method in class org.glassfish.tyrus.gf.ejb.EjbComponentProvider
 
isCancelled() - Method in class org.glassfish.tyrus.core.TyrusFuture
 
isCipherConfigured() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
 
isCipherConfigured() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
isClientMode() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Will SSLEngine be configured to work in client mode.
isClientMode() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Will SSLEngine be configured to work in client mode.
isConnected() - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Convenience method to determine if this TyrusWebSocket instance is connected.
isControlFrame() - Method in class org.glassfish.tyrus.core.frame.Frame
Get information about frame type.
isDaemon() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Return true if thread pool threads are daemons.
isDone() - Method in class org.glassfish.tyrus.core.TyrusFuture
 
isEmpty() - Method in class org.glassfish.tyrus.core.ErrorCollector
Checks whether any exception has been logged.
isEmpty() - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
isEquivalent(String, String) - Static method in class org.glassfish.tyrus.core.uri.Match
Check for equivalent paths.
isFin() - Method in class org.glassfish.tyrus.core.frame.Frame
Get FIN value.
isHexCharacter(char) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Checks whether the character c is hexadecimal character.
isHostVerificationEnabled() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Get the hostname verification state.
isInputStreamHandlerPresent() - Method in class org.glassfish.tyrus.core.MessageHandlerManager
 
isMask() - Method in class org.glassfish.tyrus.core.frame.Frame
Currently not used.
isNeedClientAuth() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Get "need client auth" property.
isNeedClientAuth() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
isOpen() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the information about session state.
isOpen() - Method in class org.glassfish.tyrus.core.TyrusSession
 
isProtocolConfigured() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
 
isProtocolConfigured() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
isReaderHandlerPresent() - Method in class org.glassfish.tyrus.core.MessageHandlerManager
 
isRsv1() - Method in class org.glassfish.tyrus.core.frame.Frame
GET RSV1 value.
isRsv2() - Method in class org.glassfish.tyrus.core.frame.Frame
GET RSV2 value.
isRsv3() - Method in class org.glassfish.tyrus.core.frame.Frame
GET RSV3 value.
isSecure() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
Get the information about secure transport.
isSecure() - Method in class org.glassfish.tyrus.core.RequestContext
 
isSecure() - Method in class org.glassfish.tyrus.core.TyrusSession
 
isSecure() - Method in class org.glassfish.tyrus.spi.UpgradeRequest
Indicates whether this request was made using a secure channel (such as HTTPS).
isSessionOpen(String, String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Get information about session state.
isTemplateVariablePresent(String) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Ascertain if a template variable is a member of this template.
isUserInRole(String) - Method in interface org.glassfish.tyrus.core.RequestContext.Builder.IsUserInRoleDelegate
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.glassfish.tyrus.core.RequestContext
 
isUserInRoleDelegate(RequestContext.Builder.IsUserInRoleDelegate) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set delegate for RequestContext.isUserInRole(String) method.
isValid() - Method in interface org.glassfish.tyrus.container.grizzly.client.TaskProcessor.Condition
Check the condition.
isWantClientAuth() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Get "want client auth" property.
isWantClientAuth() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
iterator() - Method in class org.glassfish.tyrus.core.ServiceFinder
Returns discovered objects incrementally.

J

JdkClientContainer - Class in org.glassfish.tyrus.container.jdk.client
ClientContainer implementation based on Java 7 NIO API.
JdkClientContainer() - Constructor for class org.glassfish.tyrus.container.jdk.client.JdkClientContainer
 
JdkContainerProvider - Class in org.glassfish.tyrus.container.jdk.client
Factory for @WebSocketContainer based on JDK client.
JdkContainerProvider() - Constructor for class org.glassfish.tyrus.container.jdk.client.JdkContainerProvider
 

K

KEY_FACTORY_MANAGER_ALGORITHM - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Key manager factory algorithm name.
KEY_FACTORY_MANAGER_ALGORITHM - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Key manager factory algorithm name.
KEY_STORE_FILE - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Key store file name.
KEY_STORE_FILE - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Key store file name.
KEY_STORE_PASSWORD - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Key store file password - the password used to unlock the trust store file.
KEY_STORE_PASSWORD - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Key store file password - the password used to unlock the trust store file.
KEY_STORE_PROVIDER - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Key store provider name.
KEY_STORE_PROVIDER - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Key store provider name.
KEY_STORE_TYPE - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Key store type (see KeyStore.getType() for more info).
KEY_STORE_TYPE - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Key store type (see KeyStore.getType() for more info).
keySet() - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 

L

latch - Variable in class org.glassfish.tyrus.test.tools.TestContainer.MyServiceClientEndpoint
 
Localizable - Interface in org.glassfish.tyrus.core.l10n
Localizable message.
localizableAPPLICATION_DATA_TOO_LONG(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableARGUMENT_NOT_NULL(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableAUTHENTICATION_CREATE_AUTH_HEADER_FAILED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableAUTHENTICATION_CREDENTIALS_MISSING() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableAUTHENTICATION_DIGEST_NO_SUCH_ALG() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableAUTHENTICATION_DIGEST_QOP_UNSUPPORTED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableAUTHENTICATION_FAILED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableBINARY_MESSAGE_HANDLER_NOT_FOUND(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableBINARY_MESSAGE_OUT_OF_ORDER(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableBUFFER_OVERFLOW() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLASS_CHECKER_ADD_MESSAGE_HANDLER_ERROR(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLASS_CHECKER_FORBIDDEN_RETURN_TYPE(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLASS_CHECKER_FORBIDDEN_WEB_SOCKET_CLOSE_PARAM(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLASS_CHECKER_FORBIDDEN_WEB_SOCKET_ERROR_PARAM(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLASS_CHECKER_FORBIDDEN_WEB_SOCKET_OPEN_PARAM(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLASS_CHECKER_MANDATORY_PARAM_MISSING(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLASS_CHECKER_MULTIPLE_IDENTICAL_PARAMS(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLASS_NOT_INSTANTIATED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCLIENT_CANNOT_CONNECT(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCOMPONENT_PROVIDER_NOT_FOUND(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCOMPONENT_PROVIDER_THREW_EXCEPTION(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCONNECTION_HAS_BEEN_CLOSED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCONNECTION_NULL() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCONTROL_FRAME_FRAGMENTED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableCONTROL_FRAME_LENGTH() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableDATA_UNEXPECTED_LENGTH(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableDEPENDENT_CLASS_OF_PROVIDER_FORMAT_ERROR(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableDEPENDENT_CLASS_OF_PROVIDER_NOT_FOUND(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENCODING_FAILED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_ANNOTATION_NOT_FOUND(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_EXCEPTION_FROM_ON_ERROR(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_MAX_MESSAGE_SIZE_TOO_LONG(Object, Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_MULTIPLE_METHODS(Object, Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_MULTIPLE_SESSION_PARAM(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_UNHANDLED_EXCEPTION(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_UNKNOWN_PARAMS(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_WRONG_PARAMS(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableENDPOINT_WRONG_PATH_PARAM(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableEQUIVALENT_PATHS(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableEXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableEXTENSION_EXCEPTION(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableFRAGMENT_INVALID_OPCODE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableFRAME_WRITE_CANCELLED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableHANDSHAKE_HTTP_REDIRECTION_INFINITE_LOOP() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableHANDSHAKE_HTTP_REDIRECTION_MAX_REDIRECTION(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableHANDSHAKE_HTTP_REDIRECTION_NEW_LOCATION_ERROR(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableHANDSHAKE_HTTP_REDIRECTION_NEW_LOCATION_MISSING() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableHANDSHAKE_HTTP_REDIRECTION_NOT_ENABLED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableHANDSHAKE_HTTP_RETRY_AFTER_MESSAGE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableHEADERS_MISSING() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableILLEGAL_CONFIG_SYNTAX() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableILLEGAL_PROVIDER_CLASS_NAME(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableILLEGAL_UTF_8_SEQUENCE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableINVALID_HEADER(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableINVALID_RESPONSE_CODE(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableIOEXCEPTION_CLOSE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMAX_SESSIONS_PER_APP_EXCEEDED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMAX_SESSIONS_PER_ENDPOINT_EXCEEDED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMAX_SESSIONS_PER_REMOTEADDR_EXCEEDED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
LocalizableMessage - Class in org.glassfish.tyrus.core.l10n
 
LocalizableMessage(String, String, Object...) - Constructor for class org.glassfish.tyrus.core.l10n.LocalizableMessage
 
localizableMESSAGE_HANDLER_ALREADY_REGISTERED_BINARY() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMESSAGE_HANDLER_ALREADY_REGISTERED_PONG() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMESSAGE_HANDLER_ALREADY_REGISTERED_TEXT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMESSAGE_HANDLER_ALREADY_REGISTERED_TYPE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMESSAGE_HANDLER_DECODER_NOT_REGISTERED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMESSAGE_HANDLER_ILLEGAL_ARGUMENT(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMESSAGE_HANDLER_PARTIAL_INVALID_TYPE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMESSAGE_HANDLER_WHOLE_OR_PARTIAL() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableMESSAGE_TOO_LONG(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
LocalizableMessageFactory - Class in org.glassfish.tyrus.core.l10n
 
LocalizableMessageFactory(String) - Constructor for class org.glassfish.tyrus.core.l10n.LocalizableMessageFactory
 
localizableNO_DECODER_FOUND() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableORIGIN_NOT_VERIFIED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizablePARTIAL_BINARY_MESSAGE_OUT_OF_ORDER(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizablePARTIAL_MESSAGE_BUFFER_OVERFLOW() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizablePARTIAL_TEXT_MESSAGE_OUT_OF_ORDER(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizablePROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizablePROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizablePROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableRSV_INCORRECTLY_SET() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableSEC_KEY_INVALID_LENGTH(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableSEC_KEY_INVALID_SERVER() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableSEC_KEY_NULL_NOT_ALLOWED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableSEND_MESSAGE_INFRAGMENT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableSESSION_CLOSED_IDLE_TIMEOUT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableSOCKET_NOT_CONNECTED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableTEXT_MESSAGE_HANDLER_NOT_FOUND(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableTEXT_MESSAGE_OUT_OF_ORDER(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableUNEXPECTED_END_FRAGMENT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableUNEXPECTED_ERROR_CONNECTION_CLOSE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableUNEXPECTED_STATE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableUNHANDLED_TEXT_MESSAGE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableURI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableURI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localizableURI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.tyrus.core.l10n
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.tyrus.core.l10n.LocalizationMessages
 
localize(Localizable) - Method in class org.glassfish.tyrus.core.l10n.Localizer
 
Localizer - Class in org.glassfish.tyrus.core.l10n
Localizes the Localizable into a message by using a configured Locale.
Localizer() - Constructor for class org.glassfish.tyrus.core.l10n.Localizer
 
Localizer(Locale) - Constructor for class org.glassfish.tyrus.core.l10n.Localizer
 
LOCATION - Static variable in class org.glassfish.tyrus.spi.UpgradeResponse
Header containing a new URI when UpgradeResponse.getStatus() .
lock() - Method in class org.glassfish.tyrus.core.RequestContext
Make headers and parameter map read-only.
LOG_HTTP_UPGRADE - Static variable in class org.glassfish.tyrus.client.ClientProperties
User property to configure logging of HTTP upgrade messages.
LongDecoder() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders.LongDecoder
 

M

main(String[]) - Static method in class org.glassfish.tyrus.ext.client.cli.ClientCli
 
main(String[]) - Static method in class org.glassfish.tyrus.server.Server
 
mask(boolean) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Currently not used.
MASK_SIZE - Static variable in class org.glassfish.tyrus.core.ProtocolHandler
RFC 6455
MASKING_KEY_GENERATOR - Static variable in class org.glassfish.tyrus.client.ClientProperties
Property name for registering a custom masking key generator.
maskingKey(Integer) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Set masking key.
MaskingKeyGenerator - Interface in org.glassfish.tyrus.core
Can be implemented to generate masking keys.
match(CharSequence) - Method in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>) - Method in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>, Map<String, String>) - Method in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Match against the pattern.
match(CharSequence, Map<String, String>) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Match a URI against the template.
Match - Class in org.glassfish.tyrus.core.uri
Defines a match on an endpoint.
MAX_SESSIONS_PER_APP - Static variable in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Maximum number of open sessions per server application.
MAX_SESSIONS_PER_APP_EXCEEDED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Maximal number of open sessions per application exceeded.
MAX_SESSIONS_PER_ENDPOINT_EXCEEDED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Maximal number of open sessions per endpoint exceeded.
MAX_SESSIONS_PER_REMOTE_ADDR - Static variable in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Maximum number of open sessions per unique remote address.
MAX_SESSIONS_PER_REMOTEADDR_EXCEEDED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Maximal number of open sessions per remote address exceeded.
MaxSessions - Annotation Type in org.glassfish.tyrus.core
This annotation may be used to annotate server endpoints as a optional annotation to ServerEndpoint.
maxSessions(int) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Sets maximal number of open sessions.
maxSessionsPerApp(Integer) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
Set maximal number of open sessions per server application.
maxSessionsPerRemoteAddr(Integer) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
Set maximal number of open sessions from remote address.
MESSAGE_HANDLER_ALREADY_REGISTERED_BINARY() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Binary MessageHandler already registered.
MESSAGE_HANDLER_ALREADY_REGISTERED_PONG() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Pong MessageHandler already registered.
MESSAGE_HANDLER_ALREADY_REGISTERED_TEXT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Text MessageHandler already registered.
MESSAGE_HANDLER_ALREADY_REGISTERED_TYPE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
MessageHandler for type: {0} already registered.
MESSAGE_HANDLER_DECODER_NOT_REGISTERED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Decoder for type: {0} has not been registered.
MESSAGE_HANDLER_ILLEGAL_ARGUMENT(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Illegal MessageHandler argument value: {0}.
MESSAGE_HANDLER_PARTIAL_INVALID_TYPE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Partial MessageHandler can''t be of type: {0}.
MESSAGE_HANDLER_WHOLE_OR_PARTIAL() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
MessageHandler must implement MessageHandler.Whole or MessageHandler.Partial.
MESSAGE_TOO_LONG(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Message too long; allowed message size is {0} bytes.
MessageEventListener - Interface in org.glassfish.tyrus.core.monitoring
Listens for message-level events that are interesting for monitoring.
messageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Add whole message handler.
MessageHandlerManager - Class in org.glassfish.tyrus.core
Manages registered MessageHandlers and checks whether the new ones may be registered.
MessageHandlerManager() - Constructor for class org.glassfish.tyrus.core.MessageHandlerManager
Construct manager with no decoders.
messageHandlerPartial(Class<T>, MessageHandler.Partial<T>) - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Add partial message handler.
MessageStatisticsMXBean - Interface in org.glassfish.tyrus.ext.monitoring.jmx
MXBean used for exposing message-level statistics.
methodInstanceToString(Object, Method) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Create a string representation of a method and an instance whose class implements the method.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
MultivaluedHashMap<K,V> - Class in org.glassfish.tyrus.core.uri.internal
A hash table based implementation of MultivaluedMap interface.
MultivaluedHashMap() - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedHashMap
Constructs an empty multivalued hash map with the default initial capacity (16) and the default load factor (0.75).
MultivaluedHashMap(int) - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (0.75).
MultivaluedHashMap(int, float) - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified MultivaluedMap.
MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified single-valued Map.
MultivaluedMap<K,V> - Interface in org.glassfish.tyrus.core.uri.internal
A map of key-values pairs.
MultivaluedStringMap - Class in org.glassfish.tyrus.core.uri.internal
An implementation of MultivaluedMap where keys and values are instances of String.
MultivaluedStringMap(MultivaluedMap<? extends String, ? extends String>) - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedStringMap
 
MultivaluedStringMap(int, float) - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedStringMap
 
MultivaluedStringMap(int) - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedStringMap
 
MultivaluedStringMap() - Constructor for class org.glassfish.tyrus.core.uri.internal.MultivaluedStringMap
 
MyServiceClientEndpoint() - Constructor for class org.glassfish.tyrus.test.tools.TestContainer.MyServiceClientEndpoint
 

N

needClientAuth - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
Require client Authentication.
needClientAuth - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Require client Authentication.
NEGATIVE - Static variable in class org.glassfish.tyrus.test.tools.TestContainer
 
newDecoder() - Method in class org.glassfish.tyrus.core.StrictUtf8
 
newEncoder() - Method in class org.glassfish.tyrus.core.StrictUtf8
 
nextInt() - Method in interface org.glassfish.tyrus.core.MaskingKeyGenerator
Return next random int similarly to Random.nextInt().
NO_DECODER_FOUND() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
No decoder found.
NO_OP - Static variable in interface org.glassfish.tyrus.core.monitoring.ApplicationEventListener
An instance of @ApplicationEventListener that does not do anything.
NO_OP - Static variable in interface org.glassfish.tyrus.core.monitoring.EndpointEventListener
An instance of @EndpointEventListener that does not do anything.
NO_OP - Static variable in interface org.glassfish.tyrus.core.monitoring.MessageEventListener
An instance of @MessageEventListener that does not do anything.
NoOpByteArrayCoder - Class in org.glassfish.tyrus.core.coder
Encoder and Decoder implementation for byte array.
NoOpByteArrayCoder() - Constructor for class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder
 
NoOpByteBufferCoder - Class in org.glassfish.tyrus.core.coder
Encoder and Decoder implementation for ByteBuffer.
NoOpByteBufferCoder() - Constructor for class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder
 
NoOpTextCoder - Class in org.glassfish.tyrus.core.coder
 
NoOpTextCoder() - Constructor for class org.glassfish.tyrus.core.coder.NoOpTextCoder
 
normalize(String) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Normalize the URI by resolve the dot & dot-dot path segments as described in RFC 3986.
normalize(URI) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Normalize the URI by resolve the dot & dot-dot path segments as described in RFC 3986.
NOT_LOCALIZABLE - Static variable in interface org.glassfish.tyrus.core.l10n.Localizable
Special constant that represents a message that is not localizable.

O

ObjectFactory - Class in org.glassfish.tyrus.core.wsadl.model
This object contains factory methods for each Java content interface and Java element interface generated in the org.glassfish.tyrus.core.wsadl.model package.
ObjectFactory() - Constructor for class org.glassfish.tyrus.core.wsadl.model.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.glassfish.tyrus.core.wsadl.model
objectToString(Object) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Create a string representation of an object.
onAllDataRead() - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
onApplicationDestroyed() - Method in interface org.glassfish.tyrus.core.monitoring.ApplicationEventListener
Called when the application has been destroyed.
onApplicationInitialized(String) - Method in interface org.glassfish.tyrus.core.monitoring.ApplicationEventListener
Called when the application has been initialized.
onBroadcast(String) - Method in interface org.glassfish.tyrus.core.cluster.BroadcastListener
Invoked when received request to broadcast text message.
onBroadcast(byte[]) - Method in interface org.glassfish.tyrus.core.cluster.BroadcastListener
Invoked when received request to broadcast binary data.
onClose(Session, CloseReason) - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
 
onClose() - Method in class org.glassfish.tyrus.core.cluster.SessionEventListener
Invoked on session close event.
onClose(CloseReason) - Method in class org.glassfish.tyrus.core.cluster.SessionEventListener
Invoked on session close event.
onClose(TyrusSession, CloseReason) - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper.SessionListener
Invoked after OnClose annotated method or Endpoint.onClose(javax.websocket.Session, javax.websocket.CloseReason) execution.
onClose(CloseFrame) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
This callback will be invoked when the remote endpoint sent a closing frame.
onClose(CloseReason) - Method in class org.glassfish.tyrus.ext.client.cli.ClientCli.ClientEndpoint
 
onClose(BiConsumer<Session, CloseReason>) - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Set method reference which will be invoked when a Session is closed.
onConnect(UpgradeRequest, String, List<Extension>, String, DebugContext) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
This callback will be invoked when the opening handshake between both endpoints has been completed.
onConnectFailure(Exception) - Method in class org.glassfish.tyrus.client.ClientManager.ReconnectHandler
Called when there is a connection failure.
onDataAvailable() - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
onDisconnect(CloseReason) - Method in class org.glassfish.tyrus.client.ClientManager.ReconnectHandler
Called after OnClose annotated method (or Endpoint.onClose(javax.websocket.Session, javax.websocket.CloseReason) is invoked.
onEndpointRegistered(String, Class<?>) - Method in interface org.glassfish.tyrus.core.monitoring.ApplicationEventListener
Called when an endpoint has been registered.
onEndpointUnregistered(String) - Method in interface org.glassfish.tyrus.core.monitoring.ApplicationEventListener
Called when an endpoint has been unregistered.
onError(Throwable) - Method in interface org.glassfish.tyrus.client.TyrusClientEngine.ClientHandshakeListener
Called when an error is found in handshake response.
onError(Session, Throwable) - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
 
onError(String, Throwable) - Method in interface org.glassfish.tyrus.core.monitoring.EndpointEventListener
Called when an error has occurred.
onError(Throwable) - Method in class org.glassfish.tyrus.ext.client.cli.ClientCli.ClientEndpoint
 
onError(BiConsumer<Session, Throwable>) - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Set method reference which will be invoked when OnError method is invoked.
onError(Throwable) - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
onExtensionNegotiation(ExtendedExtension.ExtensionContext, List<Extension.Parameter>) - Method in interface org.glassfish.tyrus.core.extension.ExtendedExtension
Parameter negotiation.
onExtensionNegotiation(ExtendedExtension.ExtensionContext, List<Extension.Parameter>) - Method in class org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtension
 
onFragment(BinaryFrame, boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
This callback will be invoked when a fragmented binary message has been received.
onFragment(TextFrame, boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
This callback will be invoked when a fragmented textual message has been received.
onFrameReceived(TyrusFrame.FrameType, long) - Method in interface org.glassfish.tyrus.core.monitoring.MessageEventListener
Called when a frame has been received.
onFrameSent(TyrusFrame.FrameType, long) - Method in interface org.glassfish.tyrus.core.monitoring.MessageEventListener
Called when a frame has been sent.
onHandshakeResponse(ExtendedExtension.ExtensionContext, List<Extension.Parameter>) - Method in interface org.glassfish.tyrus.core.extension.ExtendedExtension
Called only on the client side when handshake response arrives.
onHandshakeResponse(ExtendedExtension.ExtensionContext, List<Extension.Parameter>) - Method in class org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtension
 
onMessage(BinaryFrame) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
This callback will be invoked when a binary message has been received.
onMessage(TextFrame) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
This callback will be invoked when a text message has been received.
onMessage(String) - Method in class org.glassfish.tyrus.ext.client.cli.ClientCli.ClientEndpoint
 
onMessage(byte[]) - Method in class org.glassfish.tyrus.ext.client.cli.ClientCli.ClientEndpoint
 
onMessage(PongMessage) - Method in class org.glassfish.tyrus.ext.client.cli.ClientCli.ClientEndpoint
 
onMessage(String) - Method in class org.glassfish.tyrus.test.tools.TestContainer.MyServiceClientEndpoint
 
onOpen(Session, EndpointConfig) - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
 
onOpen(TyrusSession) - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper.SessionListener
Invoked before OnOpen annotated method or Endpoint.onOpen(javax.websocket.Session, javax.websocket.EndpointConfig) is invoked.
onOpen(BiConsumer<Session, EndpointConfig>) - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Set method reference which will be invoked when a Session is opened.
onPing(PingFrame) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
This callback will be invoked when the remote endpoint has sent a ping frame.
onPong(PongFrame) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
This callback will be invoked when the remote endpoint has sent a pong frame.
onSendBinary(byte[]) - Method in class org.glassfish.tyrus.core.cluster.SessionEventListener
Invoked on send binary message event.
onSendBinary(byte[], boolean) - Method in class org.glassfish.tyrus.core.cluster.SessionEventListener
Invoked on send partial binary message event.
onSendPing(byte[]) - Method in class org.glassfish.tyrus.core.cluster.SessionEventListener
Invoked on send ping frame event.
onSendPong(byte[]) - Method in class org.glassfish.tyrus.core.cluster.SessionEventListener
Invoked on send pong frame event.
onSendText(String) - Method in class org.glassfish.tyrus.core.cluster.SessionEventListener
Invoked on send text message event.
onSendText(String, boolean) - Method in class org.glassfish.tyrus.core.cluster.SessionEventListener
Invoked on send partial text message event.
onSessionClosed(String) - Method in interface org.glassfish.tyrus.core.cluster.SessionListener
Invoked when session is closed.
onSessionClosed(String) - Method in interface org.glassfish.tyrus.core.monitoring.EndpointEventListener
Called when a session has been closed.
onSessionCreated(Session) - Method in interface org.glassfish.tyrus.client.TyrusClientEngine.ClientHandshakeListener
Invoked when handshake is completed and provided Session is open and ready to be returned from WebSocketContainer.connectToServer(Class, javax.websocket.ClientEndpointConfig, java.net.URI) (and alternatives) call.
onSessionOpened(String) - Method in interface org.glassfish.tyrus.core.cluster.SessionListener
Invoked when session is opened.
onSessionOpened(String) - Method in interface org.glassfish.tyrus.core.monitoring.EndpointEventListener
Called when a session has been opened.
onStartup(Set<Class<?>>, ServletContext) - Method in class org.glassfish.tyrus.servlet.TyrusServletContainerInitializer
 
opcode(byte) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Set opcode.
OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.tyrus.core.uri.internal.PathPattern
Path pattern matching the any URI path.
openClientSocket(ClientEndpointConfig, Map<String, Object>, ClientEngine) - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer
 
openClientSocket(ClientEndpointConfig, Map<String, Object>, ClientEngine) - Method in class org.glassfish.tyrus.container.inmemory.InMemoryClientContainer
 
openClientSocket(ClientEndpointConfig, Map<String, Object>, ClientEngine) - Method in class org.glassfish.tyrus.container.jdk.client.JdkClientContainer
 
openClientSocket(ClientEndpointConfig, Map<String, Object>, ClientEngine) - Method in interface org.glassfish.tyrus.spi.ClientContainer
Open client socket - connect to endpoint specified with url parameter.
org.glassfish.tyrus.client - package org.glassfish.tyrus.client
Common Client.
org.glassfish.tyrus.client.auth - package org.glassfish.tyrus.client.auth
 
org.glassfish.tyrus.container.grizzly.client - package org.glassfish.tyrus.container.grizzly.client
Grizzly Client container.
org.glassfish.tyrus.container.grizzly.server - package org.glassfish.tyrus.container.grizzly.server
Grizzly Server container.
org.glassfish.tyrus.container.inmemory - package org.glassfish.tyrus.container.inmemory
In-memory container (client and server).
org.glassfish.tyrus.container.jdk.client - package org.glassfish.tyrus.container.jdk.client
JDK Client container based on JDK 7 NIO framework.
org.glassfish.tyrus.core - package org.glassfish.tyrus.core
Core classes.
org.glassfish.tyrus.core.cluster - package org.glassfish.tyrus.core.cluster
Cluster relates classes and interfaces.
org.glassfish.tyrus.core.coder - package org.glassfish.tyrus.core.coder
Encoder and decoder adapters and built-in implementations.
org.glassfish.tyrus.core.extension - package org.glassfish.tyrus.core.extension
WebSocket Extension support.
org.glassfish.tyrus.core.frame - package org.glassfish.tyrus.core.frame
WebSocket frame representations.
org.glassfish.tyrus.core.l10n - package org.glassfish.tyrus.core.l10n
Common internal localization utility classes.
org.glassfish.tyrus.core.monitoring - package org.glassfish.tyrus.core.monitoring
Monitoring interfaces.
org.glassfish.tyrus.core.uri - package org.glassfish.tyrus.core.uri
URI matching.
org.glassfish.tyrus.core.uri.internal - package org.glassfish.tyrus.core.uri.internal
Common classes that provide support for URI templates, encoding/decoding of URI components and multivalued collections.
org.glassfish.tyrus.core.wsadl.model - package org.glassfish.tyrus.core.wsadl.model
 
org.glassfish.tyrus.ext.client.cli - package org.glassfish.tyrus.ext.client.cli
Command line client.
org.glassfish.tyrus.ext.client.java8 - package org.glassfish.tyrus.ext.client.java8
 
org.glassfish.tyrus.ext.extension.deflate - package org.glassfish.tyrus.ext.extension.deflate
Per-message Deflate Extension.
org.glassfish.tyrus.ext.monitoring.jmx - package org.glassfish.tyrus.ext.monitoring.jmx
Monitoring listeners exposing statics via JMX beans.
org.glassfish.tyrus.gf.cdi - package org.glassfish.tyrus.gf.cdi
Tyrus CDI integration with Glassfish (and possibly other compatible containers).
org.glassfish.tyrus.gf.ejb - package org.glassfish.tyrus.gf.ejb
Tyrus EJB integration with Glassfish (and possibly other compatible containers).
org.glassfish.tyrus.server - package org.glassfish.tyrus.server
Server implementation.
org.glassfish.tyrus.servlet - package org.glassfish.tyrus.servlet
Servlet 3.1 integration.
org.glassfish.tyrus.spi - package org.glassfish.tyrus.spi
Tyrus SPI.
org.glassfish.tyrus.test.tools - package org.glassfish.tyrus.test.tools
 
ORIGIN_HEADER - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
HTTP "Origin" header name.
ORIGIN_NOT_VERIFIED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Origin not verified.
OsgiRegistry - Class in org.glassfish.tyrus.core
Taken from Jersey 2.

P

PARALLEL_BROADCAST_ENABLED - Static variable in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Parallel broadcast support.
parallelBroadcastEnabled(Boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
 
parameterMap(Map<String, String[]>) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set parameter map.
parse(char, CharBuffer) - Method in class org.glassfish.tyrus.core.StrictUtf8.Parser
Parses a UCS-4 character from the given source buffer, handling surrogates.
parse(char, char[], int, int) - Method in class org.glassfish.tyrus.core.StrictUtf8.Parser
Parses a UCS-4 character from the given source buffer, handling surrogates.
parseHeaderValue(String) - Static method in class org.glassfish.tyrus.core.Utils
Parse header value - splits multiple values (quoted, unquoted) separated by comma.
parseHttpDate(String) - Static method in class org.glassfish.tyrus.core.Utils
Parse HTTP date.
Parser() - Constructor for class org.glassfish.tyrus.core.StrictUtf8.Parser
 
PARTIAL_BINARY_MESSAGE_OUT_OF_ORDER(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Partial binary message received out of order.
PARTIAL_MESSAGE_BUFFER_OVERFLOW() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Partial message could not be delivered due to buffer overflow.
PARTIAL_TEXT_MESSAGE_OUT_OF_ORDER(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Partial text message received out of order.
path - Variable in class org.glassfish.tyrus.core.wsadl.model.Endpoint
 
PathPattern - Class in org.glassfish.tyrus.core.uri.internal
A path pattern that is a regular expression generated from a URI path template.
PathPattern(String) - Constructor for class org.glassfish.tyrus.core.uri.internal.PathPattern
Create a path pattern and post fix with PathPattern.RightHandPath.capturingZeroOrMoreSegments.
PathPattern(PathTemplate) - Constructor for class org.glassfish.tyrus.core.uri.internal.PathPattern
Create a path pattern and post fix with PathPattern.RightHandPath.capturingZeroOrMoreSegments.
PathPattern(String, PathPattern.RightHandPath) - Constructor for class org.glassfish.tyrus.core.uri.internal.PathPattern
Create a path pattern and post fix with a right hand path pattern.
PathPattern(PathTemplate, PathPattern.RightHandPath) - Constructor for class org.glassfish.tyrus.core.uri.internal.PathPattern
Create a path pattern and post fix with a right hand path pattern.
PathPattern.RightHandPath - Enum in org.glassfish.tyrus.core.uri.internal
The set of right hand path patterns that may be appended to a path pattern.
PathSegment - Interface in org.glassfish.tyrus.core.uri.internal
Represents a URI path segment and any associated matrix parameters.
PathTemplate - Class in org.glassfish.tyrus.core.uri.internal
A URI template for a URI path.
PathTemplate(String) - Constructor for class org.glassfish.tyrus.core.uri.internal.PathTemplate
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters.
PatternWithGroups - Class in org.glassfish.tyrus.core.uri.internal
A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.
PatternWithGroups() - Constructor for class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Construct an empty pattern.
PatternWithGroups(String) - Constructor for class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Construct a new pattern.
PatternWithGroups(String, int[]) - Constructor for class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern) - Constructor for class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern, int[]) - Constructor for class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
Construct a new pattern.
payloadData(byte[]) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Set payload data.
payloadLength(long) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Set payload length.
PerMessageDeflateExtension - Class in org.glassfish.tyrus.ext.extension.deflate
Compression Extensions for WebSocket draft-ietf-hybi-permessage-compression-15

http://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-15

PerMessageDeflateExtension() - Constructor for class org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtension
 
PingFrame - Class in org.glassfish.tyrus.core.frame
Ping frame representation.
PingFrame(Frame) - Constructor for class org.glassfish.tyrus.core.frame.PingFrame
Constructor.
PingFrame(byte[]) - Constructor for class org.glassfish.tyrus.core.frame.PingFrame
Constructor.
PongFrame - Class in org.glassfish.tyrus.core.frame
Pong frame representation.
PongFrame(Frame) - Constructor for class org.glassfish.tyrus.core.frame.PongFrame
Constructor.
PongFrame(byte[]) - Constructor for class org.glassfish.tyrus.core.frame.PongFrame
Constructor.
POSITIVE - Static variable in class org.glassfish.tyrus.test.tools.TestContainer
 
preInit(WebSocketEngine.UpgradeInfo, Writer, boolean) - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
prepareRequest() - Method in class org.glassfish.tyrus.core.Handshake
Client side only - compose the UpgradeRequest and store it for further use.
PrimitiveDecoders<T> - Class in org.glassfish.tyrus.core.coder
Collection of decoders for all primitive types.
PrimitiveDecoders() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders
 
PrimitiveDecoders.BooleanDecoder - Class in org.glassfish.tyrus.core.coder
 
PrimitiveDecoders.ByteDecoder - Class in org.glassfish.tyrus.core.coder
 
PrimitiveDecoders.CharacterDecoder - Class in org.glassfish.tyrus.core.coder
 
PrimitiveDecoders.DoubleDecoder - Class in org.glassfish.tyrus.core.coder
 
PrimitiveDecoders.FloatDecoder - Class in org.glassfish.tyrus.core.coder
 
PrimitiveDecoders.IntegerDecoder - Class in org.glassfish.tyrus.core.coder
 
PrimitiveDecoders.LongDecoder - Class in org.glassfish.tyrus.core.coder
 
PrimitiveDecoders.ShortDecoder - Class in org.glassfish.tyrus.core.coder
 
process(Frame, TyrusWebSocket) - Method in class org.glassfish.tyrus.core.ProtocolHandler
TODO.
processError(Throwable) - Method in class org.glassfish.tyrus.client.TyrusClientEngine
 
processError(Throwable) - Method in interface org.glassfish.tyrus.spi.ClientEngine
Process error.
processIncoming(ExtendedExtension.ExtensionContext, Frame) - Method in interface org.glassfish.tyrus.core.extension.ExtendedExtension
Process incoming frame.
processIncoming(ExtendedExtension.ExtensionContext, Frame) - Method in class org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtension
 
processOutgoing(ExtendedExtension.ExtensionContext, Frame) - Method in interface org.glassfish.tyrus.core.extension.ExtendedExtension
Process outgoing frame.
processOutgoing(ExtendedExtension.ExtensionContext, Frame) - Method in class org.glassfish.tyrus.ext.extension.deflate.PerMessageDeflateExtension
 
processResponse(UpgradeResponse, Writer, Connection.CloseListener) - Method in class org.glassfish.tyrus.client.TyrusClientEngine
 
processResponse(UpgradeResponse, Writer, Connection.CloseListener) - Method in interface org.glassfish.tyrus.spi.ClientEngine
Process handshake and return ClientEngine.ClientUpgradeInfo with handshake status (ClientEngine.ClientUpgradeStatus).
processTask(TaskProcessor.Task) - Method in class org.glassfish.tyrus.container.grizzly.client.TaskProcessor
Add a task to the task queue and process as much tasks from the task queue as possible.
processTask() - Method in class org.glassfish.tyrus.container.grizzly.client.TaskProcessor
Process as much tasks from task queue as possible.
ProtocolException - Exception in org.glassfish.tyrus.core
Represents issue with parsing or producing websocket frame.
ProtocolException(String) - Constructor for exception org.glassfish.tyrus.core.ProtocolException
 
ProtocolHandler - Class in org.glassfish.tyrus.core
Tyrus protocol handler.
PROVIDER_CLASS_COULD_NOT_BE_LOADED(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
The class {0} implementing provider {1} could not be loaded: {2}
PROVIDER_COULD_NOT_BE_CREATED(Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
The class {0} implementing provider {1} could not be instantiated: {2}
PROVIDER_NOT_FOUND(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
The class {0} implementing the provider {1} is not found.
PROXY_HEADERS - Static variable in class org.glassfish.tyrus.client.ClientManager
Deprecated.
PROXY_HEADERS - Static variable in class org.glassfish.tyrus.client.ClientProperties
User property to set additional proxy headers.
PROXY_HEADERS - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientSocket
Deprecated.
PROXY_URI - Static variable in class org.glassfish.tyrus.client.ClientManager
Deprecated.
PROXY_URI - Static variable in class org.glassfish.tyrus.client.ClientProperties
User property to set proxy URI.
PROXY_URI - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientSocket
Deprecated.
put(K, List<V>) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
putSingle(K, V) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in interface org.glassfish.tyrus.core.uri.internal.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.

Q

queryString(String) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set query string.

R

ReaderDecoder - Class in org.glassfish.tyrus.core.coder
Built in Decoder for Reader.
ReaderDecoder() - Constructor for class org.glassfish.tyrus.core.coder.ReaderDecoder
 
ReadHandler - Interface in org.glassfish.tyrus.spi
Read handler provides a way for a transport to pass websocket connection data to tyrus runtime.
receivedMessage - Variable in class org.glassfish.tyrus.test.tools.TestContainer.MyServiceClientEndpoint
 
RECONNECT_HANDLER - Static variable in class org.glassfish.tyrus.client.ClientManager
Deprecated.
RECONNECT_HANDLER - Static variable in class org.glassfish.tyrus.client.ClientProperties
Property usable in ClientManager.getProperties().
ReconnectHandler() - Constructor for class org.glassfish.tyrus.client.ClientManager.ReconnectHandler
 
REDIRECT_ENABLED - Static variable in class org.glassfish.tyrus.client.ClientProperties
HTTP Redirect support.
REDIRECT_THRESHOLD - Static variable in class org.glassfish.tyrus.client.ClientProperties
The maximal number of redirects during single handshake.
RedirectException - Exception in org.glassfish.tyrus.client
This exception is set as a cause of DeploymentException thrown from WebSocketContainer.connectToServer(...) when any of the Redirect HTTP response status codes (300, 301, 302, 303, 307, 308) is received as a handshake response and: ClientProperties.REDIRECT_ENABLED is not enabled or the chained redirection count exceeds the value of ClientProperties.REDIRECT_THRESHOLD or Infinite redirection loop is detected or response header is missing, empty or does not contain a valid URI.
RedirectException(int, String) - Constructor for exception org.glassfish.tyrus.client.RedirectException
Constructor.
ReflectionHelper - Class in org.glassfish.tyrus.core
Utility methods for Java reflection.
ReflectionHelper() - Constructor for class org.glassfish.tyrus.core.ReflectionHelper
 
ReflectionHelper.ClassTypePair - Class in org.glassfish.tyrus.core
A tuple consisting of a class and type of the class.
ReflectionHelper.DeclaringClassInterfacePair - Class in org.glassfish.tyrus.core
A tuple consisting of a concrete class, declaring class that declares a generic interface type.
ReflectionHelper.TypeClassPair - Class in org.glassfish.tyrus.core
 
register(Class<?>, String) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
 
register(ServerEndpointConfig, String) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
 
register(Class<?>) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
register(ServerEndpointConfig) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
register(Class<?>, String) - Method in interface org.glassfish.tyrus.spi.WebSocketEngine
Register endpoint class.
register(ServerEndpointConfig, String) - Method in interface org.glassfish.tyrus.spi.WebSocketEngine
Register ServerEndpointConfig.
registerAuthProvider(String, Authenticator) - Method in class org.glassfish.tyrus.client.auth.AuthConfig.Builder
Register Authenticator for provided authentication scheme.
registerBroadcastListener(String, BroadcastListener) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Register broadcast listener.
registerSession(String, String, SessionEventListener) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Register local session.
registerSessionListener(String, SessionListener) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Register session listener.
relativize(URI, URI) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Relativize URI with respect to a base URI.
remoteAddr(String) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set remote address.
RemoteSession - Class in org.glassfish.tyrus.core.cluster
Remote session represents session originating from another node.
RemoteSession(String, ClusterContext, Map<RemoteSession.DistributedMapKey, Object>, TyrusEndpointWrapper, Session) - Constructor for class org.glassfish.tyrus.core.cluster.RemoteSession
Constructor.
RemoteSession.DistributedMapKey - Enum in org.glassfish.tyrus.core.cluster
 
remove(Object) - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
removeMessageHandler(MessageHandler) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
removeMessageHandler(MessageHandler) - Method in class org.glassfish.tyrus.core.MessageHandlerManager
Remove MessageHandler from the manager.
removeMessageHandler(MessageHandler) - Method in class org.glassfish.tyrus.core.TyrusSession
 
removeSession(String, String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Remove session from this Cluster context.
removeSession(Session) - Method in class org.glassfish.tyrus.core.ComponentProviderService
Remove Session from cache.
RequestContext - Class in org.glassfish.tyrus.core
Implementation of all possible request interfaces.
RequestContext.Builder - Class in org.glassfish.tyrus.core
RequestContext.Builder.IsUserInRoleDelegate - Interface in org.glassfish.tyrus.core
Is user in role delegate.
requestURI(URI) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set request URI.
resolve(URI, String) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Resolve a relative URI reference against a base URI as defined in RFC 3986.
resolve(URI, URI) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Resolve a relative URI reference against a base URI as defined in RFC 3986.
resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
Resolves template variables in the given template from _mapValues.
resolveTypeVariable(Class, Class, TypeVariable) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Given a type variable resolve the Java class of that variable.
respond(TyrusWebSocket) - Method in class org.glassfish.tyrus.core.frame.BinaryFrame
 
respond(TyrusWebSocket) - Method in class org.glassfish.tyrus.core.frame.CloseFrame
 
respond(TyrusWebSocket) - Method in class org.glassfish.tyrus.core.frame.PingFrame
 
respond(TyrusWebSocket) - Method in class org.glassfish.tyrus.core.frame.PongFrame
 
respond(TyrusWebSocket) - Method in class org.glassfish.tyrus.core.frame.TextFrame
 
respond(TyrusWebSocket) - Method in class org.glassfish.tyrus.core.frame.TyrusFrame
Execution part of frame processing.
RESPONSE_CODE_MESSAGE - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
HTTP reason phrase for successful handshake response.
retrieve(Properties) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Retrieve settings from (system) properties.
retrieve(Properties) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
 
RETRY_AFTER - Static variable in class org.glassfish.tyrus.spi.UpgradeResponse
Header containing delay or date in which client can try to reconnect to the server.
RETRY_AFTER_SERVICE_UNAVAILABLE - Static variable in class org.glassfish.tyrus.client.ClientProperties
HTTP Service Unavailable - reconnect support.
RetryAfterException - Exception in org.glassfish.tyrus.client
This exception is set as a cause of DeploymentException thrown from WebSocketContainer.connectToServer(...) when HTTP response status code 503 - Service Unavailable is received.
RetryAfterException(String, Long) - Constructor for exception org.glassfish.tyrus.client.RetryAfterException
Constructor.
rsv1(boolean) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Set RSV1 flag.
rsv2(boolean) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Set RSV2 flag.
rsv3(boolean) - Method in class org.glassfish.tyrus.core.frame.Frame.Builder
Set RSV3 flag.
RSV_INCORRECTLY_SET() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
RSV bit(s) incorrectly set.

S

SEC_KEY_INVALID_LENGTH(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Invalid Sec-WebSocket-Key length.
SEC_KEY_INVALID_SERVER() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Sec-WebSocket-Key returned from server does not match expected response.
SEC_KEY_NULL_NOT_ALLOWED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Null Sec-WebSocket-Key is not allowed.
SEC_WS_ORIGIN_HEADER - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
WebSocket origin header name from previous versions.
secure(boolean) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set secure state.
SELECTOR_THREAD_POOL_CONFIG - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientProperties
Client-side property to set custom selector ThreadPoolConfig.
SELECTOR_THREAD_POOL_CONFIG - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientSocket
SELECTOR_THREAD_POOL_CONFIG - Static variable in class org.glassfish.tyrus.container.grizzly.server.GrizzlyServerContainer
Server-side property to set custom selector ThreadPoolConfig.
send(byte[]) - Method in class org.glassfish.tyrus.core.ProtocolHandler
 
send(byte[], SendHandler) - Method in class org.glassfish.tyrus.core.ProtocolHandler
 
send(String) - Method in class org.glassfish.tyrus.core.ProtocolHandler
 
send(String, SendHandler) - Method in class org.glassfish.tyrus.core.ProtocolHandler
 
SEND_MESSAGE_INFRAGMENT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Attempting to send a message while sending fragments of another.
sendBinary(String, byte[]) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Send binary message.
sendBinary(String, byte[], boolean) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Send partial binary message.
sendBinary(String, byte[], SendHandler) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Send binary message with SendHandler.
sendBinary(byte[]) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Send a binary frame to the remote endpoint.
sendBinary(byte[], SendHandler) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Send a binary frame to the remote endpoint.
sendBinary(byte[], boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Sends a fragment of a complete message.
sendBinary(byte[], int, int, boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Sends a fragment of a complete message.
sendPing(String, byte[]) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Send ping message.
sendPing(ByteBuffer) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
sendPing(byte[]) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Sends a ping frame with the specified payload (if any).
sendPong(String, byte[]) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Send pong message.
sendPong(ByteBuffer) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
sendPong(byte[]) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Sends a ping frame with the specified payload (if any).
sendRawFrame(ByteBuffer) - Method in class org.glassfish.tyrus.core.ProtocolHandler
Raw frame is always whole (not partial).
sendRawFrame(ByteBuffer) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Send a frame to the remote endpoint.
sendText(String, String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Send text message.
sendText(String, String, boolean) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Send partial text message.
sendText(String, String, SendHandler) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Send text message with SendHandler.
sendText(String) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Send a text frame to the remote endpoint.
sendText(String, SendHandler) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Send a text frame to the remote endpoint.
sendText(String, boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Sends a fragment of a complete message.
Server - Class in org.glassfish.tyrus.server
Implementation of the WebSocket Server.
Server(Class<?>...) - Constructor for class org.glassfish.tyrus.server.Server
Create new server instance.
Server(Map<String, Object>, Class<?>...) - Constructor for class org.glassfish.tyrus.server.Server
Create new server instance.
Server(String, int, String, Map<String, Object>, Class<?>...) - Constructor for class org.glassfish.tyrus.server.Server
Construct new server.
Server(String, int, String, Map<String, Object>, Set<Class<?>>) - Constructor for class org.glassfish.tyrus.server.Server
Construct new server.
SERVER_CONFIG - Static variable in class org.glassfish.tyrus.container.inmemory.InMemoryClientContainer
Property used to define server config used for in-memory container.
SERVER_KEY_HASH - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
Server key hash used to compute "Sec-WebSocket-Accept" header value.
ServerContainer - Interface in org.glassfish.tyrus.spi
HTTP server abstraction.
ServerContainerFactory - Class in org.glassfish.tyrus.spi
Factory used to get instances of ServerContainer.
ServerContainerFactory() - Constructor for class org.glassfish.tyrus.spi.ServerContainerFactory
 
ServiceConfigurationError - Error in org.glassfish.tyrus.core
Taken from Jersey 2.
ServiceConfigurationError(String) - Constructor for error org.glassfish.tyrus.core.ServiceConfigurationError
Constructs a new instance with the specified detail string.
ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.tyrus.core.ServiceConfigurationError
Constructs a new instance that wraps the specified throwable.
ServiceFinder<T> - Class in org.glassfish.tyrus.core
A simple service-provider lookup mechanism.
ServiceFinder.DefaultServiceIteratorProvider - Class in org.glassfish.tyrus.core
The default service iterator provider that looks up provider classes in META-INF/services files.
ServiceFinder.ServiceIteratorProvider - Class in org.glassfish.tyrus.core
Supports iteration of provider instances or classes.
ServiceIteratorProvider() - Constructor for class org.glassfish.tyrus.core.ServiceFinder.ServiceIteratorProvider
 
SESSION_CLOSED_IDLE_TIMEOUT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
"Session closed by the container because of the idle timeout."
SessionAwareApplicationMonitor - Class in org.glassfish.tyrus.ext.monitoring.jmx
Application events listener and statistics collector.
SessionAwareApplicationMonitor() - Constructor for class org.glassfish.tyrus.ext.monitoring.jmx.SessionAwareApplicationMonitor
Constructor.
SessionBuilder - Class in org.glassfish.tyrus.ext.client.java8
Session builder removed the need for having client endpoint.
SessionBuilder(WebSocketContainer) - Constructor for class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Create SessionBuilder with provided WebSocketContainer.
SessionBuilder(String) - Constructor for class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Create SessionBuilder with provided container provider class name.
SessionBuilder() - Constructor for class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Create new SessionBuilder instance.
sessionDestroyed() - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
Called when related HttpSession is destroyed or invalidated.
SessionEventListener - Class in org.glassfish.tyrus.core.cluster
Session event listener.
SessionEventListener(Session) - Constructor for class org.glassfish.tyrus.core.cluster.SessionEventListener
Constructor.
SessionlessApplicationMonitor - Class in org.glassfish.tyrus.ext.monitoring.jmx
Application events listener and statistics collector.
SessionlessApplicationMonitor() - Constructor for class org.glassfish.tyrus.ext.monitoring.jmx.SessionlessApplicationMonitor
Constructor.
SessionListener - Interface in org.glassfish.tyrus.core.cluster
Session listener.
SessionListener() - Constructor for class org.glassfish.tyrus.core.TyrusEndpointWrapper.SessionListener
 
SessionMXBean - Interface in org.glassfish.tyrus.ext.monitoring.jmx
An MXBean representing a currently open session.
setAccessibleMethod(Method) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Set a method to be accessible.
setAsyncSendTimeout(long) - Method in class org.glassfish.tyrus.client.ClientManager
 
setAsyncSendTimeout(long) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
setBatchingAllowed(boolean) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
setCipherConfigured(boolean) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
 
setCipherConfigured(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
setClientMode(boolean) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Set SSLEngine to be configured to work in client mode.
setClientMode(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Set SSLEngine to be configured to work in client mode.
setContextPath(String) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Sets the context path.
setCorePoolSize(int) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Set the core thread pool size - the size of the thread pool will never bee smaller than this.
setDaemon(boolean) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Set true if thread pool threads are daemons.
setDefaultHost(String) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Sets the default host.
setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.client.ClientManager
 
setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
setDefaultMaxSessionIdleTimeout(long) - Method in class org.glassfish.tyrus.client.ClientManager
 
setDefaultMaxSessionIdleTimeout(long) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
setDefaultMaxTextMessageBufferSize(int) - Method in class org.glassfish.tyrus.client.ClientManager
 
setDefaultMaxTextMessageBufferSize(int) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
setDefaultPort(int) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Sets the default port.
setEnabledCipherSuites(String[]) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Set enabled cipher suites.
setEnabledCipherSuites(String[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
setEnabledProtocols(String[]) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Set enabled protocols.
setEnabledProtocols(String[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
setExtensionContext(ExtendedExtension.ExtensionContext) - Method in class org.glassfish.tyrus.core.ProtocolHandler
Client side.
setExtensions(List<Extension>) - Method in class org.glassfish.tyrus.core.Handshake
Client side only - set the list of supported extensions.
setExtensions(List<Extension>) - Method in class org.glassfish.tyrus.core.ProtocolHandler
Client side.
setFailure(Throwable) - Method in class org.glassfish.tyrus.core.TyrusFuture
Sets the failure result of message writing process.
setHeartbeatInterval(long) - Method in class org.glassfish.tyrus.core.TyrusSession
Set an interval in milliseconds between scheduled periodic Pong messages.
setHostnameVerifier(HostnameVerifier) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Set custom hostname verifier.
setHostVerificationEnabled(boolean) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Set hostname verification.
setId(String) - Method in class org.glassfish.tyrus.core.wsadl.model.Endpoint
Sets the value of the id property.
setIncomingBufferSize(int) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
setIncomingBufferSize(int) - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
setInitialClassLoader(ClassLoader) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Specifies the context class loader that will be used by threads in this pool.
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Register the service iterator provider to iterate on provider instances or classes.
setKeepAliveTime(long, TimeUnit) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
The max period of time a thread will wait for a new task to process.
setKeyManagerFactoryAlgorithm(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets the key manager factory algorithm.
setKeyManagerFactoryAlgorithm(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets the key manager factory algorithm.
setKeyPassword(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Password of the key in the key store.
setKeyPassword(char[]) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Password of the key in the key store.
setKeyPassword(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Password of the key in the key store.
setKeyPassword(char[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Password of the key in the key store.
setKeyStoreBytes(byte[]) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets key store payload as byte array.
setKeyStoreBytes(byte[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets key store payload as byte array.
setKeyStoreFile(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets key store file name, also makes sure that if other key store configuration parameters are not set to set them to default values.
setKeyStoreFile(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets key store file name, also makes sure that if other key store configuration parameters are not set to set them to default values.
setKeyStorePassword(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Password of key store.
setKeyStorePassword(char[]) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Password of key store.
setKeyStorePassword(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Password of key store.
setKeyStorePassword(char[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Password of key store.
setKeyStoreProvider(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets the key store provider name.
setKeyStoreProvider(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets the key store provider name.
setKeyStoreType(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Type of key store.
setKeyStoreType(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Type of key store.
setMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
setMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.core.TyrusSession
 
setMaxIdleTimeout(long) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
setMaxIdleTimeout(long) - Method in class org.glassfish.tyrus.core.TyrusSession
 
setMaxPoolSize(int) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Set max thread pool size.
setMaxTextMessageBufferSize(int) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
This method is not supported on RemoteSession.
setMaxTextMessageBufferSize(int) - Method in class org.glassfish.tyrus.core.TyrusSession
 
setMessageEventListener(MessageEventListener) - Method in class org.glassfish.tyrus.core.ProtocolHandler
Set message event listener.
setNeedClientAuth(boolean) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Set "need client auth" property.
setNeedClientAuth(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
setPath(String) - Method in class org.glassfish.tyrus.core.wsadl.model.Endpoint
Sets the value of the path property.
setPoolName(String) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Set thread pool name.
setPriority(int) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Set priority of the threads in thread pool.
setProtocolConfigured(boolean) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
 
setProtocolConfigured(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
setQueue(Queue<Runnable>) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Set a queue implementation that will be used to temporarily store tasks when all threads in the thread pool are busy.
setQueueLimit(int) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Set the limit of the queue, where tasks are temporarily stored when all threads are busy.
setReasonPhrase(String) - Method in class org.glassfish.tyrus.core.TyrusUpgradeResponse
Set HTTP reason phrase.
setReasonPhrase(String) - Method in class org.glassfish.tyrus.spi.UpgradeResponse
Get HTTP reason phrase.
setResult(T) - Method in class org.glassfish.tyrus.core.TyrusFuture
Sets the result of the message writing process.
setSecurityProtocol(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets the SSLContext protocol.
setSecurityProtocol(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets the SSLContext protocol.
setServerProperties(Map<String, Object>) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Set properties.
setSessionId(String) - Method in class org.glassfish.tyrus.core.DebugContext
Set a session ID that will be used as a common identifier for logged messages related to the same upgrade request.
setStatus(int) - Method in class org.glassfish.tyrus.core.TyrusUpgradeResponse
Set HTTP status.
setStatus(int) - Method in class org.glassfish.tyrus.spi.UpgradeResponse
Set HTTP status code for this response.
setSubProtocols(List<String>) - Method in class org.glassfish.tyrus.core.Handshake
Client side only - set the list of supported subprotocols.
setThreadFactory(ThreadFactory) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
Set ThreadFactory that will be used to create thread pool threads.
setTrustManagerFactoryAlgorithm(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets the trust manager factory algorithm.
setTrustManagerFactoryAlgorithm(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets the trust manager factory algorithm.
setTrustStoreBytes(byte[]) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets trust store payload as byte array.
setTrustStoreBytes(byte[]) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets trust store payload as byte array.
setTrustStoreFile(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets trust store file name, also makes sure that if other trust store configuration parameters are not set to set them to default values.
setTrustStoreFile(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets trust store file name, also makes sure that if other trust store configuration parameters are not set to set them to default values.
setTrustStorePassword(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Password of trust store.
setTrustStorePassword(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Password of trust store.
setTrustStoreProvider(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Sets the trust store provider name.
setTrustStoreProvider(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Sets the trust store provider name.
setTrustStoreType(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Type of trust store.
setTrustStoreType(String) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Type of trust store.
setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.tyrus.container.grizzly.server.WebSocketAddOn
 
setWantClientAuth(boolean) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
Set "want client auth" property.
setWantClientAuth(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
setWebSocket(TyrusWebSocket) - Method in class org.glassfish.tyrus.core.ProtocolHandler
Client side.
setWriter(Writer) - Method in class org.glassfish.tyrus.core.ProtocolHandler
Set Writer instance.
setWriteTimeout(long) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
Sets the timeout for the writing operation.
SHARED_CONTAINER - Static variable in class org.glassfish.tyrus.client.ClientProperties
When set to true (boolean value), client runtime preserves used container and reuses it for outgoing connections.
SHARED_CONTAINER - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer
Deprecated.
SHARED_CONTAINER_IDLE_TIMEOUT - Static variable in class org.glassfish.tyrus.client.ClientProperties
Container idle timeout in seconds (Integer value).
SHARED_CONTAINER_IDLE_TIMEOUT - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer
ShortDecoder() - Constructor for class org.glassfish.tyrus.core.coder.PrimitiveDecoders.ShortDecoder
 
shutdown() - Method in class org.glassfish.tyrus.core.BaseContainer
Release executor services managed by this instance.
shutdown(BaseContainer.ShutDownCondition) - Method in class org.glassfish.tyrus.core.BaseContainer
Release executor services managed by this instance if the condition passed in the parameter is fulfilled.
shutdown() - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
Shutdown this ClusterContext.
size() - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
SOCKET_NOT_CONNECTED() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Socket is not connected.
SSL_ENGINE_CONFIGURATOR - Static variable in class org.glassfish.tyrus.client.ClientManager
SSL_ENGINE_CONFIGURATOR - Static variable in class org.glassfish.tyrus.client.ClientProperties
Property usable in ClientManager.getProperties() as a key for SSL configuration.
SSL_ENGINE_CONFIGURATOR - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientContainer
sslContext - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
 
sslContext - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
sslContextConfiguration - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
 
sslContextConfiguration - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
SslContextConfigurator - Class in org.glassfish.tyrus.client
Utility class, which helps to configure ssl context.
SslContextConfigurator() - Constructor for class org.glassfish.tyrus.client.SslContextConfigurator
Default constructor.
SslContextConfigurator(boolean) - Constructor for class org.glassfish.tyrus.client.SslContextConfigurator
Constructor that allows you creating empty configuration.
SslContextConfigurator - Class in org.glassfish.tyrus.container.jdk.client
Deprecated.
SslContextConfigurator() - Constructor for class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Default constructor.
SslContextConfigurator(boolean) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Constructor that allows you creating empty configuration.
SslEngineConfigurator - Class in org.glassfish.tyrus.client
SSLEngineConfigurator class from Grizzly project.
SslEngineConfigurator(SSLContext) - Constructor for class org.glassfish.tyrus.client.SslEngineConfigurator
Create SSL Engine configuration basing on passed SSLContext.
SslEngineConfigurator(SSLContext, boolean, boolean, boolean) - Constructor for class org.glassfish.tyrus.client.SslEngineConfigurator
Create SSL Engine configuration based on passed SSLContext, using passed client mode, need/want client auth parameters.
SslEngineConfigurator(SslContextConfigurator) - Constructor for class org.glassfish.tyrus.client.SslEngineConfigurator
Create SSL Engine configuration based on passed SslContextConfigurator.
SslEngineConfigurator(SslContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.tyrus.client.SslEngineConfigurator
Create SSL Engine configuration basing on passed SslContextConfigurator.
SslEngineConfigurator(SslEngineConfigurator) - Constructor for class org.glassfish.tyrus.client.SslEngineConfigurator
Copy constructor.
SslEngineConfigurator() - Constructor for class org.glassfish.tyrus.client.SslEngineConfigurator
Default constructor.
SslEngineConfigurator - Class in org.glassfish.tyrus.container.jdk.client
Deprecated.
SslEngineConfigurator(SSLContext) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Create SSL Engine configuration basing on passed SSLContext.
SslEngineConfigurator(SSLContext, boolean, boolean, boolean) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Create SSL Engine configuration basing on passed SSLContext, using passed client mode, need/want client auth parameters.
SslEngineConfigurator(SslContextConfigurator) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Create SSL Engine configuration basing on passed SslContextConfigurator.
SslEngineConfigurator(SslContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Create SSL Engine configuration basing on passed SslContextConfigurator.
SslEngineConfigurator(SslEngineConfigurator) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
SslEngineConfigurator() - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
Default constructor.
start() - Method in class org.glassfish.tyrus.server.Server
Start the server.
start(String, int) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Start container.
start(String, int) - Method in interface org.glassfish.tyrus.spi.ServerContainer
Start the server.
startServer(Class<?>...) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Start embedded server unless "tyrus.test.host" system property is specified.
STATIC_CONTENT_ROOT - Static variable in class org.glassfish.tyrus.server.Server
Path to static content to be served by created Server instance.
stop() - Method in class org.glassfish.tyrus.server.Server
Stop the server.
stop() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Undeploy all endpoints and stop underlying ServerContainer.
stop() - Method in interface org.glassfish.tyrus.spi.ServerContainer
Stop the server.
stopServer(Server) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Stop the server.
store - Variable in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
Backing store for the [key, multi-value] pairs.
stream(boolean, byte[], int, int) - Method in class org.glassfish.tyrus.core.ProtocolHandler
 
stream(boolean, String) - Method in class org.glassfish.tyrus.core.ProtocolHandler
 
StrictUtf8 - Class in org.glassfish.tyrus.core
 
StrictUtf8() - Constructor for class org.glassfish.tyrus.core.StrictUtf8
 
StrictUtf8.Parser - Class in org.glassfish.tyrus.core
Surrogate parsing support.
Stringifier() - Constructor for class org.glassfish.tyrus.core.Utils.Stringifier
 
stringifyUpgradeRequest(UpgradeRequest) - Static method in class org.glassfish.tyrus.core.Utils
Converts upgrade request to a HTTP-formatted string.
stringifyUpgradeResponse(UpgradeResponse) - Static method in class org.glassfish.tyrus.core.Utils
Converts upgrade response to a HTTP-formatted string.
subprotocols(List<String>) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
Sets the subprotocols to use in the configuration.

T

t - Variable in class org.glassfish.tyrus.core.ReflectionHelper.ClassTypePair
The type of the class.
t - Variable in class org.glassfish.tyrus.core.ReflectionHelper.TypeClassPair
 
Task() - Constructor for class org.glassfish.tyrus.container.grizzly.client.TaskProcessor.Task
 
TaskProcessor - Class in org.glassfish.tyrus.container.grizzly.client
A class responsible for processing TaskProcessor.Task.
TaskProcessor(TaskProcessor.Condition) - Constructor for class org.glassfish.tyrus.container.grizzly.client.TaskProcessor
Constructor.
TaskProcessor() - Constructor for class org.glassfish.tyrus.container.grizzly.client.TaskProcessor
Constructor.
TaskProcessor.Condition - Interface in org.glassfish.tyrus.container.grizzly.client
TaskProcessor.Task - Class in org.glassfish.tyrus.container.grizzly.client
Generic task representation.
TestContainer - Class in org.glassfish.tyrus.test.tools
Utilities for creating automated tests easily.
TestContainer() - Constructor for class org.glassfish.tyrus.test.tools.TestContainer
 
TestContainer.MyServiceClientEndpoint - Class in org.glassfish.tyrus.test.tools
 
testViaServiceEndpoint(ClientManager, Class<?>, String, String) - Method in class org.glassfish.tyrus.test.tools.TestContainer
Send message to the service endpoint and compare the received result with the specified one.
TEXT_MESSAGE_HANDLER_NOT_FOUND(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Text message handler not found.
TEXT_MESSAGE_OUT_OF_ORDER(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Text message received out of order.
TextFrame - Class in org.glassfish.tyrus.core.frame
Text frame representation.
TextFrame(Frame, ByteBuffer) - Constructor for class org.glassfish.tyrus.core.frame.TextFrame
Constructor.
TextFrame(Frame, ByteBuffer, boolean) - Constructor for class org.glassfish.tyrus.core.frame.TextFrame
Constructor.
TextFrame(String, boolean, boolean) - Constructor for class org.glassfish.tyrus.core.frame.TextFrame
Constructor.
ThreadPoolConfig - Class in org.glassfish.tyrus.client
Client thread pool configuration, which might be used to customize client thread pool.
toArray() - Method in class org.glassfish.tyrus.core.ServiceFinder
Returns discovered objects all at once.
toArray(long) - Static method in class org.glassfish.tyrus.core.Utils
Convert long to byte[].
toClassArray() - Method in class org.glassfish.tyrus.core.ServiceFinder
Returns discovered classes all at once.
toLong(byte[], int, int) - Static method in class org.glassfish.tyrus.core.Utils
Convert byte[] to long.
toString() - Method in class org.glassfish.tyrus.client.auth.AuthConfig
 
toString() - Method in class org.glassfish.tyrus.client.auth.Credentials
 
toString() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
 
toString() - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
 
toString() - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyWriter
 
toString() - Method in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
 
toString() - Method in enum org.glassfish.tyrus.core.cluster.RemoteSession.DistributedMapKey
 
toString() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
 
toString() - Method in class org.glassfish.tyrus.core.coder.CoderWrapper
 
toString() - Method in class org.glassfish.tyrus.core.frame.Frame
 
toString() - Method in class org.glassfish.tyrus.core.frame.TextFrame
 
toString() - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper
 
toString() - Method in class org.glassfish.tyrus.core.TyrusExtension
 
toString() - Method in class org.glassfish.tyrus.core.TyrusExtension.TyrusParameter
 
toString() - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
toString() - Method in class org.glassfish.tyrus.core.TyrusSession
 
toString() - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
toString() - Method in class org.glassfish.tyrus.core.uri.internal.PatternWithGroups
 
toString() - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplate
 
toString() - Method in class org.glassfish.tyrus.core.uri.Match
 
toString(byte[]) - Static method in class org.glassfish.tyrus.core.Utils
 
toString(byte[], int, int) - Static method in class org.glassfish.tyrus.core.Utils
 
toString() - Method in enum org.glassfish.tyrus.core.Version
 
toString() - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
ToStringEncoder - Class in org.glassfish.tyrus.core.coder
Fall-back encoder - encoders any object to string using Object.toString() method.
ToStringEncoder() - Constructor for class org.glassfish.tyrus.core.coder.ToStringEncoder
 
TRACING_HEADER_PREFIX - Static variable in class org.glassfish.tyrus.spi.UpgradeResponse
Prefix of headers used for including tracing information into handshake response.
TRACING_THRESHOLD - Static variable in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Property used for configuring tracing threshold.
TRACING_THRESHOLD - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
This header allows temporarily changing tracing threshold.
TRACING_TYPE - Static variable in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Property used for configuring the type of tracing supported by the server.
tracingThreshold(DebugContext.TracingThreshold) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
Set tracing threshold.
tracingType(DebugContext.TracingType) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine.TyrusWebSocketEngineBuilder
Set type of tracing.
TRUST_FACTORY_MANAGER_ALGORITHM - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Trust manager factory algorithm name.
TRUST_FACTORY_MANAGER_ALGORITHM - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Trust manager factory algorithm name.
TRUST_STORE_FILE - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Trust store file name.
TRUST_STORE_FILE - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Trust store file name.
TRUST_STORE_PASSWORD - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Trust store file password - the password used to unlock the trust store file.
TRUST_STORE_PASSWORD - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Trust store file password - the password used to unlock the trust store file.
TRUST_STORE_PROVIDER - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Trust store provider name.
TRUST_STORE_PROVIDER - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Trust store provider name.
TRUST_STORE_TYPE - Static variable in class org.glassfish.tyrus.client.SslContextConfigurator
Trust store type (see KeyStore.getType() for more info).
TRUST_STORE_TYPE - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Trust store type (see KeyStore.getType() for more info).
TypeClassPair(Type, Class) - Constructor for class org.glassfish.tyrus.core.ReflectionHelper.TypeClassPair
 
TyrusClientEngine - Class in org.glassfish.tyrus.client
Tyrus ClientEngine implementation.
TyrusClientEngine.ClientHandshakeListener - Interface in org.glassfish.tyrus.client
Called when response is received from the server.
TyrusEndpointWrapper - Class in org.glassfish.tyrus.core
Wraps the registered application class.
TyrusEndpointWrapper(Class<? extends Endpoint>, EndpointConfig, ComponentProviderService, WebSocketContainer, String, ServerEndpointConfig.Configurator, TyrusEndpointWrapper.SessionListener, ClusterContext, EndpointEventListener, Boolean) - Constructor for class org.glassfish.tyrus.core.TyrusEndpointWrapper
Create TyrusEndpointWrapper for class that extends Endpoint.
TyrusEndpointWrapper(Endpoint, EndpointConfig, ComponentProviderService, WebSocketContainer, String, ServerEndpointConfig.Configurator, TyrusEndpointWrapper.SessionListener, ClusterContext, EndpointEventListener, Boolean) - Constructor for class org.glassfish.tyrus.core.TyrusEndpointWrapper
Create TyrusEndpointWrapper for Endpoint instance or AnnotatedEndpoint instance.
TyrusEndpointWrapper.SessionListener - Class in org.glassfish.tyrus.core
Session listener.
TyrusEndpointWrapper.SessionListener.OnOpenResult - Enum in org.glassfish.tyrus.core
TyrusExtension - Class in org.glassfish.tyrus.core
WebSocket Extension implementation.
TyrusExtension(String) - Constructor for class org.glassfish.tyrus.core.TyrusExtension
Create Extension with specific name.
TyrusExtension(String, List<Extension.Parameter>) - Constructor for class org.glassfish.tyrus.core.TyrusExtension
Create Extension with name and parameters.
TyrusExtension.TyrusParameter - Class in org.glassfish.tyrus.core
WebSocket Parameter implementation.
TyrusFrame - Class in org.glassfish.tyrus.core.frame
Frame representation used in Tyrus runtime.
TyrusFrame(Frame, TyrusFrame.FrameType) - Constructor for class org.glassfish.tyrus.core.frame.TyrusFrame
Constructor.
TyrusFrame.FrameType - Enum in org.glassfish.tyrus.core.frame
An Enumeration of frame types.
TyrusFuture<T> - Class in org.glassfish.tyrus.core
Simple Future implementation.
TyrusFuture() - Constructor for class org.glassfish.tyrus.core.TyrusFuture
 
TyrusHttpUpgradeHandler - Class in org.glassfish.tyrus.servlet
HttpUpgradeHandler and ReadListener implementation.
TyrusHttpUpgradeHandler() - Constructor for class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
 
TyrusParameter(String, String) - Constructor for class org.glassfish.tyrus.core.TyrusExtension.TyrusParameter
Create Parameter with name and value.
TyrusRemoteEndpoint - Class in org.glassfish.tyrus.core
Wraps the RemoteEndpoint and represents the other side of the websocket connection.
TyrusServerConfiguration - Class in org.glassfish.tyrus.server
Container for either deployed ServerApplicationConfigs, if any, or deployed classes.
TyrusServerConfiguration(Set<Class<?>>, Set<ServerEndpointConfig>) - Constructor for class org.glassfish.tyrus.server.TyrusServerConfiguration
TyrusServerConfiguration(Set<Class<?>>, Set<Class<?>>, Set<ServerEndpointConfig>, ErrorCollector) - Constructor for class org.glassfish.tyrus.server.TyrusServerConfiguration
TyrusServerContainer - Class in org.glassfish.tyrus.server
Server Container Implementation.
TyrusServerContainer(Set<Class<?>>) - Constructor for class org.glassfish.tyrus.server.TyrusServerContainer
TyrusServerContainer(ServerApplicationConfig) - Constructor for class org.glassfish.tyrus.server.TyrusServerContainer
Create new TyrusServerContainer using already created ServerApplicationConfig instance.
TyrusServerEndpointConfig - Interface in org.glassfish.tyrus.core
Configuration ServerEndpointConfig enhanced to offer tyrus specific attributes like maxSessions.
TyrusServerEndpointConfig.Builder - Class in org.glassfish.tyrus.core
The TyrusServerEndpointConfig.Builder is a class used for creating TyrusServerEndpointConfig.Builder objects for the purposes of deploying a server endpoint.
TyrusServerEndpointConfigurator - Class in org.glassfish.tyrus.server
Tyrus implementation of ServerEndpointConfig.Configurator.
TyrusServerEndpointConfigurator() - Constructor for class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
TyrusServletContainerInitializer - Class in org.glassfish.tyrus.servlet
Registers a filter for upgrade handshake.
TyrusServletContainerInitializer() - Constructor for class org.glassfish.tyrus.servlet.TyrusServletContainerInitializer
 
TyrusSession - Class in org.glassfish.tyrus.core
Implementation of the Session.
TyrusUpgradeResponse - Class in org.glassfish.tyrus.core
HTTP response representation.
TyrusUpgradeResponse() - Constructor for class org.glassfish.tyrus.core.TyrusUpgradeResponse
 
TyrusWebSocket - Class in org.glassfish.tyrus.core
Tyrus representation of web socket connection.
TyrusWebSocket(ProtocolHandler, TyrusEndpointWrapper) - Constructor for class org.glassfish.tyrus.core.TyrusWebSocket
Create new instance, set ProtocolHandler and register TyrusEndpointWrapper.
TyrusWebSocketEngine - Class in org.glassfish.tyrus.core
WebSocketEngine implementation, which handles server-side handshake, validation and data processing.
TyrusWebSocketEngine.TyrusWebSocketEngineBuilder - Class in org.glassfish.tyrus.core

U

UNEXPECTED_END_FRAGMENT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
End fragment sent, but wasn''t processing any previous fragments.
UNEXPECTED_ERROR_CONNECTION_CLOSE() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Unexpected error, closing connection.
UNEXPECTED_STATE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Unexpected state: {0}.
unframe(ByteBuffer) - Method in class org.glassfish.tyrus.core.ProtocolHandler
TODO!
UNHANDLED_TEXT_MESSAGE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Unhandled text message.
unregister(TyrusEndpointWrapper) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Un-registers the specified TyrusEndpointWrapper with the WebSocketEngine.
updated(E) - Method in class org.glassfish.tyrus.spi.CompletionHandler
The callback method may be called, when there is some progress in operation execution, but it is still not completed.
updateHostAndOrigin(UpgradeRequest) - Static method in class org.glassfish.tyrus.core.Handshake
Client side only - Generate host and origin header and put them to the upgrade request headers.
upgrade(UpgradeRequest, UpgradeResponse) - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
 
UPGRADE - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
HTTP "Upgrade" header name and "Connection" header expected value.
upgrade(UpgradeRequest, UpgradeResponse) - Method in interface org.glassfish.tyrus.spi.WebSocketEngine
A transport calls this method to upgrade a HTTP request.
UpgradeRequest - Class in org.glassfish.tyrus.spi
Abstraction for a HTTP upgrade request.
UpgradeRequest() - Constructor for class org.glassfish.tyrus.spi.UpgradeRequest
 
UpgradeResponse - Class in org.glassfish.tyrus.spi
Abstraction for a HTTP upgrade response.
UpgradeResponse() - Constructor for class org.glassfish.tyrus.spi.UpgradeResponse
 
uri(URI) - Method in class org.glassfish.tyrus.ext.client.java8.SessionBuilder
Set URI of the server endpoint.
URI_COMPONENT_ENCODED_OCTET_INVALID_DIGIT(Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Malformed percent-encoded octet at index {0}, invalid hexadecimal digit ''{1}''.
URI_COMPONENT_ENCODED_OCTET_MALFORMED(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
Malformed percent-encoded octet at index {0}.
URI_COMPONENT_INVALID_CHARACTER(Object, Object, Object, Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
The string "{0}" for the URI component {1} contains an invalid character, ''{2}'', at index {3}.
UriComponent - Class in org.glassfish.tyrus.core.uri.internal
Utility class for validating, encoding and decoding components of a URI.
UriComponent.Type - Enum in org.glassfish.tyrus.core.uri.internal
The URI component type.
UriTemplate - Class in org.glassfish.tyrus.core.uri.internal
A URI template.
UriTemplate(String) - Constructor for class org.glassfish.tyrus.core.uri.internal.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class org.glassfish.tyrus.core.uri.internal.UriTemplate
Construct a new URI template.
UriTemplateParser - Class in org.glassfish.tyrus.core.uri.internal
A URI template parser that parses JAX-RS specific URI templates.
UriTemplateParser(String) - Constructor for class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
Parse a template.
userPrincipal(Principal) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Utf8DecodingException - Exception in org.glassfish.tyrus.core
TODO
Utf8DecodingException() - Constructor for exception org.glassfish.tyrus.core.Utf8DecodingException
TODO
Utils - Class in org.glassfish.tyrus.core
Utility methods shared among Tyrus modules.
Utils() - Constructor for class org.glassfish.tyrus.core.Utils
 
Utils.Stringifier<T> - Class in org.glassfish.tyrus.core
Define to String conversion for various types.

V

valid(String, UriComponent.Type) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.tyrus.core.uri.internal.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(UpgradeRequest) - Method in enum org.glassfish.tyrus.core.Version
 
validateConfiguration() - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Validates SslContextConfigurator configuration.
validateConfiguration(boolean) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
Validates SslContextConfigurator configuration.
validateConfiguration() - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Validates SslContextConfigurator configuration.
validateConfiguration(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
Deprecated.
Validates SslContextConfigurator configuration.
validateServerResponse(UpgradeResponse) - Method in class org.glassfish.tyrus.core.Handshake
Client side only - validate server response.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.CloseReasons
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.cluster.RemoteSession.DistributedMapKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.DebugContext.TracingThreshold
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.DebugContext.TracingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.DebugContext.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.frame.TyrusFrame.FrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.TyrusEndpointWrapper.SessionListener.OnOpenResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.uri.internal.PathPattern.RightHandPath
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.uri.internal.UriComponent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.core.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.spi.ClientEngine.ClientUpgradeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.tyrus.spi.WebSocketEngine.UpgradeStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.tyrus.core.CloseReasons
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.core.cluster.RemoteSession.DistributedMapKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.core.DebugContext.TracingThreshold
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.core.DebugContext.TracingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.core.DebugContext.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.core.frame.TyrusFrame.FrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.core.TyrusEndpointWrapper.SessionListener.OnOpenResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.glassfish.tyrus.core.uri.internal.AbstractMultivaluedMap
 
values() - Static method in enum org.glassfish.tyrus.core.uri.internal.PathPattern.RightHandPath
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.core.uri.internal.UriComponent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.core.Version
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.spi.ClientEngine.ClientUpgradeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.tyrus.spi.WebSocketEngine.UpgradeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Enum in org.glassfish.tyrus.core
TODO

W

wantClientAuth - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
True when requesting authentication.
wantClientAuth - Variable in class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
Deprecated.
True when requesting authentication.
WEBSOCKET - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
Expected value in HTTP handshake "Upgrade" header.
WebSocketAddOn - Class in org.glassfish.tyrus.container.grizzly.server
WebSockets AddOn for the HttpServer.
WebSocketEngine - Interface in org.glassfish.tyrus.spi
WebSocket engine is used for upgrading HTTP requests into websocket connections.
WebSocketEngine.UpgradeInfo - Interface in org.glassfish.tyrus.spi
Upgrade info that includes status for HTTP request upgrading and connection creation details.
WebSocketEngine.UpgradeStatus - Enum in org.glassfish.tyrus.spi
Upgrade Status for HTTP request upgrading.
WebSocketException - Exception in org.glassfish.tyrus.core
WebSocketException can be thrown during runtime (after handshake).
WebSocketException(String) - Constructor for exception org.glassfish.tyrus.core.WebSocketException
Create new WebSocketException.
willDecode(ByteBuffer) - Method in class org.glassfish.tyrus.core.coder.InputStreamDecoder
 
willDecode(ByteBuffer) - Method in class org.glassfish.tyrus.core.coder.NoOpByteArrayCoder
 
willDecode(ByteBuffer) - Method in class org.glassfish.tyrus.core.coder.NoOpByteBufferCoder
 
willDecode(String) - Method in class org.glassfish.tyrus.core.coder.NoOpTextCoder
 
willDecode(String) - Method in class org.glassfish.tyrus.core.coder.PrimitiveDecoders
 
willDecode(String) - Method in class org.glassfish.tyrus.core.coder.ReaderDecoder
 
WLS_HOSTNAME_VERIFIER_CLASS - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_IGNORE_HOSTNAME_VERIFICATION - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_INCOMING_BUFFER_SIZE - Static variable in interface org.glassfish.tyrus.spi.ClientContainer
WLS_MAX_THREADS - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_PROXY_HOST - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_PROXY_PASSWORD - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_PROXY_PORT - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_PROXY_USERNAME - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_SSL_PROTOCOLS_PROPERTY - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_SSL_TRUSTSTORE_PROPERTY - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WLS_SSL_TRUSTSTORE_PWD_PROPERTY - Static variable in class org.glassfish.tyrus.client.ClientManager
 
WORKER_THREAD_POOL_CONFIG - Static variable in class org.glassfish.tyrus.client.ClientProperties
User property to set worker thread pool configuration.
WORKER_THREAD_POOL_CONFIG - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientProperties
Client-side property to set custom worker ThreadPoolConfig.
WORKER_THREAD_POOL_CONFIG - Static variable in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientSocket
WORKER_THREAD_POOL_CONFIG - Static variable in class org.glassfish.tyrus.container.grizzly.server.GrizzlyServerContainer
Server-side property to set custom worker ThreadPoolConfig.
wrap(Frame, byte, ByteBuffer) - Static method in class org.glassfish.tyrus.core.frame.TyrusFrame
TyrusFrame factory method.
write(ByteBuffer, CompletionHandler<ByteBuffer>) - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyWriter
 
write(ByteBuffer, CompletionHandler<ByteBuffer>) - Method in class org.glassfish.tyrus.spi.Writer
Tyrus runtime calls this method to handover the data for a connection to the transport.
Writer - Class in org.glassfish.tyrus.spi
Writer class that is used by tyrus runtime to pass outbound websocket data for a connection to a transport.
Writer() - Constructor for class org.glassfish.tyrus.spi.Writer
 
WSADL_SUPPORT - Static variable in class org.glassfish.tyrus.core.TyrusWebSocketEngine
Wsadl support.
WWW_AUTHENTICATE - Static variable in class org.glassfish.tyrus.spi.UpgradeResponse
Header containing challenge with authentication scheme and parameters.

X

XWebkitDeflateExtension - Class in org.glassfish.tyrus.ext.extension.deflate
Compression extension for webkit based browsers.
XWebkitDeflateExtension() - Constructor for class org.glassfish.tyrus.ext.extension.deflate.XWebkitDeflateExtension
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.