- AbstractMultivaluedMap<K,V> - Class in org.glassfish.tyrus.core.uri.internal
-
- 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
-
- 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
-
- addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
-
- addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.glassfish.tyrus.core.cluster.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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(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(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
-
- 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
-
- 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
-
- createClient() - Method in class org.glassfish.tyrus.test.tools.TestContainer
-
- 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
-
- 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
-
- createServerContainer(Map<String, Object>) - Static method in class org.glassfish.tyrus.spi.ServerContainerFactory
-
- 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
-
- 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
-
- 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.
- 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
-
- disableProvidedDigestAuth() - Method in class org.glassfish.tyrus.client.auth.AuthConfig.Builder
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- getInstance(Class<T>) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
-
- 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
-
- getMessageHandlers() - Method in class org.glassfish.tyrus.core.MessageHandlerManager
-
Get all successfully registered MessageHandler
s.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getURI(String, String) - Method in class org.glassfish.tyrus.test.tools.TestContainer
-
- 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
-
- 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
-
- 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
-
- 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 MessageHandler
s 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
-
- 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
-
- 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.
- 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
-
- 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
-
- setMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.core.TyrusSession
-
- setMaxIdleTimeout(long) - Method in class org.glassfish.tyrus.core.cluster.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- SslEngineConfigurator(SslContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.tyrus.client.SslEngineConfigurator
-
- 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
-
- 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.
- SslEngineConfigurator(SslContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.tyrus.container.jdk.client.SslEngineConfigurator
-
Deprecated.
- 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
-
- 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 - 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
-
- 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
-
- 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 - Static variable in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
- TypeClassPair(Type, Class) - Constructor for class org.glassfish.tyrus.core.ReflectionHelper.TypeClassPair
-
- TyrusClientEngine - Class in org.glassfish.tyrus.client
-
- 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
-
- TyrusEndpointWrapper(Endpoint, EndpointConfig, ComponentProviderService, WebSocketContainer, String, ServerEndpointConfig.Configurator, TyrusEndpointWrapper.SessionListener, ClusterContext, EndpointEventListener, Boolean) - Constructor for class org.glassfish.tyrus.core.TyrusEndpointWrapper
-
- 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
-
- 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 ServerApplicationConfig
s, 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- validateConfiguration(boolean) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
- validateConfiguration() - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
- validateConfiguration(boolean) - Method in class org.glassfish.tyrus.container.jdk.client.SslContextConfigurator
-
Deprecated.
- 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