- 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 jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Check the value of the Origin header (
See Origin Header) the
client passed during the opening handshake.
- checkOrigin(String) - Method in class org.glassfish.tyrus.core.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}".
- ClientContainer - Interface in org.glassfish.tyrus.spi
-
Entry point for client implementation.
- ClientEndpoint - Annotation Type in jakarta.websocket
-
The ClientEndpoint annotation a class level annotation is used to denote that a POJO is a web socket client and can
be deployed as such.
- ClientEndpointConfig - Interface in jakarta.websocket
-
The ClientEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration
information specific only to client endpoints.
- ClientEndpointConfig.Builder - Class in jakarta.websocket
-
The ClientEndpointConfig.Builder is a class used for creating
ClientEndpointConfig
objects for the
purposes of deploying a client endpoint.
- ClientEndpointConfig.Configurator - Class in jakarta.websocket
-
The Configurator class may be extended by developers who want to provide custom configuration algorithms, such as
intercepting the opening handshake, or providing arbitrary methods and algorithms that can be accessed from each
endpoint instance configured with this configurator.
- 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.
- ClientProperties - Class in org.glassfish.tyrus.client
-
Tyrus client configuration properties.
- ClientProperties() - Constructor for class org.glassfish.tyrus.client.ClientProperties
-
- close() - Method in interface jakarta.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close(CloseReason) - Method in interface jakarta.websocket.Session
-
Close the current conversation, giving a reason for the closure.
- 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() - 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.
- CloseReason - Class in jakarta.websocket
-
A class encapsulating the reason why a web socket has been closed, or why it is being asked to close.
- CloseReason(CloseReason.CloseCode, String) - Constructor for class jakarta.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseReason.CloseCode - Interface in jakarta.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum in jakarta.websocket
-
An Enumeration of status codes for a web socket close that are defined in the specification.
- 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
-
- 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
-
- concreteClass - Variable in class org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
-
- configurator(ClientEndpointConfig.Configurator) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- Configurator() - Constructor for class jakarta.websocket.ClientEndpointConfig.Configurator
-
- configurator(ServerEndpointConfig.Configurator) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the custom configurator to use on the configuration object built by this builder.
- Configurator() - Constructor for class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
- 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.
- connect() - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyClientSocket
-
Performs connect to server endpoint.
- 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(Object, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- connectToServer(Class<?>, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic client endpoint instance to its server with the given configuration.
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in interface jakarta.websocket.WebSocketContainer
-
Connect the supplied programmatic endpoint to its server with the given configuration.
- 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
-
- ContainerProvider - Class in jakarta.websocket
-
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class jakarta.websocket.ContainerProvider
-
- 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.
- create() - Static method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Creates a new builder object with no subprotocols, extensions, encoders, decoders and a null
configurator.
- create(Class<?>, String) - Static method in class jakarta.websocket.server.ServerEndpointConfig.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() - Static method in class org.glassfish.tyrus.client.auth.AuthConfig.Builder
-
Create new
AuthConfig.Builder
instance, which contains provided Basic and Digest authenticators.
- create(CloseReason.CloseCode, String) - Static method in enum org.glassfish.tyrus.core.CloseReasons
-
- 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
-
- 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
-
- createClient() - Static method in class org.glassfish.tyrus.core.ComponentProviderService
-
- 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
-
Create SSLContext
from current configuration.
- createSSLEngine(String) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
-
Create and configure SSLEngine
, based 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(ByteBuffer) - Method in interface jakarta.websocket.Decoder.Binary
-
Decode the given bytes into an object of type T.
- decode(InputStream) - Method in interface jakarta.websocket.Decoder.BinaryStream
-
Decode the given bytes read from the input stream into an object of type T.
- decode(String) - Method in interface jakarta.websocket.Decoder.Text
-
Decode the given String into an object of type T.
- decode(Reader) - Method in interface jakarta.websocket.Decoder.TextStream
-
Reads the websocket message from the implementation provided Reader and decodes it into an instance of the
supplied object type.
- 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).
- DecodeException - Exception in jakarta.websocket
-
A general exception that occurs when trying to decode a custom object from a text or binary message.
- DecodeException(ByteBuffer, String, Throwable) - Constructor for exception jakarta.websocket.DecodeException
-
Constructor with the binary data that could not be decoded, and the reason why it failed to be, and the cause.
- DecodeException(String, String, Throwable) - Constructor for exception jakarta.websocket.DecodeException
-
Constructor with the text data that could not be decoded, and the reason why it failed to be, and the cause.
- DecodeException(ByteBuffer, String) - Constructor for exception jakarta.websocket.DecodeException
-
Constructs a DecodedException with the given ByteBuffer that cannot be decoded, and reason why.
- DecodeException(String, String) - Constructor for exception jakarta.websocket.DecodeException
-
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
- 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.
- Decoder - Interface in jakarta.websocket
-
The Decoder interface holds member interfaces that define how a developer can provide the web socket container a way
web socket messages into developer defined custom objects.
- Decoder.Binary<T> - Interface in jakarta.websocket
-
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte
buffer.
- Decoder.BinaryStream<T> - Interface in jakarta.websocket
-
This interface defines how a custom object is decoded from a web socket message in the form of a binary stream.
- Decoder.Text<T> - Interface in jakarta.websocket
-
This interface defines how a custom object is decoded from a web socket message in the form of a string.
- Decoder.TextStream<T> - Interface in jakarta.websocket
-
This interface defines how a custom object of type T is decoded from a web socket message in the form of a
character stream.
- decoders(List<Class<? extends Decoder>>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Assign the list of decoder implementation classes the client will use.
- decoders(List<Class<? extends Decoder>>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the decoder implementation classes to use in the configuration.
- 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_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.
- DeploymentException - Exception in jakarta.websocket
-
Checked exception indicating some kind of failure either to publish an endpoint on its server, or a failure to
connect a client to its server.
- DeploymentException(String) - Constructor for exception jakarta.websocket.DeploymentException
-
Creates a deployment exception with the given reason for the deployment failure.
- DeploymentException(String, Throwable) - Constructor for exception jakarta.websocket.DeploymentException
-
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
- deploymentException(String, Throwable) - Static method in class org.glassfish.tyrus.client.exception.Exceptions
-
Get the Deployment Exception, or return the exception if of the type.
- DeploymentHandshakeException - Exception in org.glassfish.tyrus.client.exception
-
- DeploymentHandshakeException(String) - Constructor for exception org.glassfish.tyrus.client.exception.DeploymentHandshakeException
-
- DeploymentHandshakeException(String, HandshakeException) - Constructor for exception org.glassfish.tyrus.client.exception.DeploymentHandshakeException
-
- destroy() - Method in interface jakarta.websocket.Decoder
-
This method is called when the decoder is about to be removed from service in order that any resources the
decoder used may be closed gracefully.
- destroy() - Method in interface jakarta.websocket.Encoder
-
This method is called when the encoder is about to be removed from service in order that any resources the
encoder used may be closed gracefully.
- 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(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
-
- eager(Value<T>) - Static method in class org.glassfish.tyrus.core.collection.Values
-
- 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 method in class org.glassfish.tyrus.core.collection.Values
-
- 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.
- enabledProtocols - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
-
The list of protocols.
- encode(T) - Method in interface jakarta.websocket.Encoder.Binary
-
Encode the given object into a byte array.
- encode(T, OutputStream) - Method in interface jakarta.websocket.Encoder.BinaryStream
-
Encode the given object into a binary stream written to the implementation provided OutputStream.
- encode(T) - Method in interface jakarta.websocket.Encoder.Text
-
Encode the given object into a String.
- encode(T, Writer) - Method in interface jakarta.websocket.Encoder.TextStream
-
Encode the given object to a character stream writing it to the supplied Writer.
- 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.
- EncodeException - Exception in jakarta.websocket
-
A general exception that occurs when trying to encode a custom object to a string or binary message.
- EncodeException(Object, String) - Constructor for exception jakarta.websocket.EncodeException
-
Constructor with the object being encoded, and the reason why it failed to be.
- EncodeException(Object, String, Throwable) - Constructor for exception jakarta.websocket.EncodeException
-
Constructor with the object being encoded, and the reason why it failed to be, and the cause.
- encodeLiteralCharacters(String) - Method in class org.glassfish.tyrus.core.uri.internal.UriTemplateParser
-
Encode literal characters of a template.
- Encoder - Interface in jakarta.websocket
-
The Encoder interface defines how developers can provide a way to convert their custom objects into web socket
messages.
- Encoder.Binary<T> - Interface in jakarta.websocket
-
This interface defines how to provide a way to convert a custom object into a binary message.
- Encoder.BinaryStream<T> - Interface in jakarta.websocket
-
This interface may be implemented by encoding algorithms that want to write the encoded object to a binary
stream.
- Encoder.Text<T> - Interface in jakarta.websocket
-
This interface defines how to provide a way to convert a custom object into a text message.
- Encoder.TextStream<T> - Interface in jakarta.websocket
-
This interface may be implemented by encoding algorithms that want to write the encoded object to a character
stream.
- encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.ClientEndpointConfig.Builder
-
Assign the list of encoder implementation classes the client will use.
- encoders(List<Class<? extends Encoder>>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the list of encoder implementation classes for this builder.
- 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.
- 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 - Class in jakarta.websocket
-
The Web Socket Endpoint represents an object that can handle websocket conversations.
- Endpoint() - Constructor for class jakarta.websocket.Endpoint
-
- 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.
- EndpointConfig - Interface in jakarta.websocket
-
The endpoint configuration contains all the information needed during the handshake process for this end point.
- EndpointEventListener - Interface in org.glassfish.tyrus.core.monitoring
-
Listens to endpoint-level events that are interesting for monitoring.
- 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
- 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
-
- 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.
- EXCEPTION_CLOSE(Object) - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
-
Exception thrown when closing connection with message: {0}
- Exceptions - Class in org.glassfish.tyrus.client.exception
-
Converts the exceptions into more specific ones.
- Exceptions() - Constructor for class org.glassfish.tyrus.client.exception.Exceptions
-
- 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
-
- ExtendedExtension.ExtensionContext - Interface in org.glassfish.tyrus.core.extension
-
- Extension - Interface in jakarta.websocket
-
A simple representation of a websocket extension as a name and map of extension parameters.
- Extension.Parameter - Interface in jakarta.websocket
-
This member interface defines a single websocket extension parameter.
- 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 jakarta.websocket.ClientEndpointConfig.Builder
-
Set the extensions for the configuration this builder will build.
- extensions(List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the extensions to use in the configuration.
- 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 interface org.glassfish.tyrus.core.collection.SupplierWithEx
-
- get() - Method in interface org.glassfish.tyrus.core.collection.Value
-
Get the stored value.
- 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 interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of annotated endpoint classes that the server container must deploy.
- 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.
- getApplicationData() - Method in interface jakarta.websocket.PongMessage
-
The application data inside the pong message from the peer.
- 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 interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint 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.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
.
- getBasicRemote() - Method in interface jakarta.websocket.Session
-
Return a reference a RemoteEndpoint 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.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 interface jakarta.websocket.RemoteEndpoint
-
Return whether the implementation is allowed to batch outgoing messages before sending.
- getBatchingAllowed() - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
-
- getBytes() - Method in exception jakarta.websocket.DecodeException
-
Return the ByteBuffer containing either the whole message, or the partial message, that could not be decoded, or
null
if this exception arose from a failure to decode a text message.
- 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.
- getCloseCode(int) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- getCloseCode() - Method in class jakarta.websocket.CloseReason
-
The Close code associated with this CloseReason.
- 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.
- getCode() - Method in interface jakarta.websocket.CloseReason.CloseCode
-
Returns the code number, for example the integer '1000' for normal closure.
- getCode() - Method in enum jakarta.websocket.CloseReason.CloseCodes
-
Return the code number of this status code.
- 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
-
- getConfigurator() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the custom configurator for this configuration.
- getConfigurator() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
- getContainer() - Method in class jakarta.websocket.ContainerProvider
-
Create a new instance of the the WebSocket container implementation.
- getContainer() - Method in interface jakarta.websocket.Session
-
Return the container that this session is part of.
- getContainer() - Method in class org.glassfish.tyrus.container.grizzly.client.GrizzlyContainerProvider
-
- 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.
- 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.
- getDeclaringClass(AccessibleObject) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
-
Get declaring class of provided field, method or constructor.
- getDecoders() - Method in interface jakarta.websocket.EndpointConfig
-
Return the Decoder implementation classes configured.
- getDefaultAsyncSendTimeout() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message for all
RemoteEndpoints associated with this container.
- getDefaultAsyncSendTimeout() - Method in class org.glassfish.tyrus.client.ClientManager
-
- getDefaultAsyncSendTimeout() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
- getDefaultMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
-
Returns the default maximum size of incoming binary message that this container will buffer.
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.glassfish.tyrus.client.ClientManager
-
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
- getDefaultMaxSessionIdleTimeout() - Method in interface jakarta.websocket.WebSocketContainer
-
Return the default time in milliseconds after which any web socket sessions in this container will be closed if
it has been inactive.
- getDefaultMaxSessionIdleTimeout() - Method in class org.glassfish.tyrus.client.ClientManager
-
- getDefaultMaxSessionIdleTimeout() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
- getDefaultMaxTextMessageBufferSize() - Method in interface jakarta.websocket.WebSocketContainer
-
Returns the default maximum size of incoming text message that this container will buffer.
- 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.
- getEnabledProtocols() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
-
Get enabled protocols.
- getEncoders() - Method in interface jakarta.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEndpoint() - Method in class org.glassfish.tyrus.core.wsadl.model.Application
-
Gets the value of the endpoint property.
- getEndpointClass() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Returns the Class of the endpoint this configuration is configuring.
- 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 interface jakarta.websocket.server.ServerApplicationConfig
-
Return a set of ServerEndpointConfig instances that the server container will use to deploy the programmatic
endpoints.
- getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in class org.glassfish.tyrus.server.TyrusServerConfiguration
-
- getEndpointInstance(Class<T>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
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.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.core.TyrusServerEndpointConfigurator
-
- getEndpointPath() - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper
-
Server-side; Get Endpoint absolute path.
- getEndpointWrapper() - Method in class org.glassfish.tyrus.core.uri.Match
-
Get endpoint wrapper.
- getException() - Method in class jakarta.websocket.SendResult
-
The problem sending the message.
- getExecutorService() - Method in class org.glassfish.tyrus.core.BaseContainer
-
Returns a container-managed
ExecutorService
registered under
java:comp/DefaultManagedExecutorService
or if the lookup has failed, it returns a
ExecutorService
created and managed by this instance of
BaseContainer
.
- getExecutorService() - Method in class org.glassfish.tyrus.core.ExecutorServiceProvider
-
Get the ExecutorService
.
- getExtensions() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the extensions, in order of preference, favorite first, that this client would like to use for its
sessions.
- getExtensions() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- 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 interface jakarta.websocket.HandshakeResponse
-
Return the map of HTTP headers to header values sent by the WebSocket server.
- getHeaders() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the read only map of HTTP headers to header values that came with the handshake request.
- 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.
- getHostnameVerifier() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
-
Get custom hostname verifier.
- getHttpSession() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return a reference to the HttpSession that the web socket handshake that started this conversation was part of,
if the implementation is part of a Java EE web container.
- getHttpSession() - Method in class org.glassfish.tyrus.core.RequestContext
-
- getHttpStatusCode() - Method in exception org.glassfish.tyrus.client.exception.DeploymentHandshakeException
-
Get the error code.
- getHttpStatusCode() - Method in exception org.glassfish.tyrus.core.HandshakeException
-
Get the error code.
- getId() - Method in interface jakarta.websocket.Session
-
Returns a string containing the unique identifier assigned to this session.
- 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 interface jakarta.websocket.WebSocketContainer
-
Return the set of Extensions installed in the container.
- getInstalledExtensions() - Method in class org.glassfish.tyrus.client.ClientManager
-
- getInstalledExtensions() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
- getInstance(Class<T>, Session, ErrorCollector) - Method in class org.glassfish.tyrus.core.ComponentProviderService
-
Provide an instance of class which is coupled to
Session
.
- getInstance() - Static method in class org.glassfish.tyrus.core.OsgiRegistry
-
Returns an OsgiRegistry
instance.
- getInstance(Class<T>, ErrorCollector) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
-
Creates an instance of Class
c using Class.newInstance()
.
- getInstance(Class<T>) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
-
Creates an instance of Class
c using Class.newInstance()
.
- getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.ComponentProvider
-
Get the method which should be invoked instead provided one.
- getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.ComponentProviderService
-
- getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
-
- getInvocableMethod(Method) - Method in class org.glassfish.tyrus.gf.ejb.EjbComponentProvider
-
- getKeepAliveTime(TimeUnit) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
-
Get the max period of time a thread will wait for a new task to process.
- getKey() - Method in interface org.glassfish.tyrus.core.l10n.Localizable
-
Gets the key in the resource bundle.
- getKey() - Method in class org.glassfish.tyrus.core.l10n.LocalizableMessage
-
- getLocale() - Method in class org.glassfish.tyrus.core.l10n.Localizer
-
- getMaskingKey() - Method in class org.glassfish.tyrus.core.frame.Frame
-
Get masking key.
- getMatrixParameters() - Method in interface org.glassfish.tyrus.core.uri.internal.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxBinaryMessageBufferSize() - Method in interface jakarta.websocket.Session
-
The maximum length of incoming binary messages that this Session can buffer.
- 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 interface jakarta.websocket.Session
-
Return 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.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
-
- 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 interface jakarta.websocket.Session
-
The maximum length of incoming text messages that this Session can buffer.
- 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 interface jakarta.websocket.Session
-
Return an unmodifiable copy of the set of MessageHandlers for this Session.
- getMessageHandlers() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
-
- getMessageHandlers() - Method in class org.glassfish.tyrus.core.MessageHandlerManager
-
- getMessageHandlers() - Method in class org.glassfish.tyrus.core.TyrusSession
-
- getMessageType() - Method in class org.glassfish.tyrus.spi.WriterInfo
-
- getName() - Method in interface jakarta.websocket.Extension
-
The name of the extension.
- getName() - Method in interface jakarta.websocket.Extension.Parameter
-
Return the name of the extension parameter.
- getName() - Method in class org.glassfish.tyrus.core.TyrusExtension
-
- getName() - Method in class org.glassfish.tyrus.core.TyrusExtension.TyrusParameter
-
- 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(List<Extension>, List<Extension>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the ordered list of extensions that t server endpoint will support given the requested extension list
passed in, the empty list if none.
- getNegotiatedExtensions() - Method in interface jakarta.websocket.Session
-
Return the list of extensions currently in use for this conversation.
- getNegotiatedExtensions() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
-
Get the list of extensions currently in use for this conversation.
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfigurator
-
- getNegotiatedExtensions() - Method in class org.glassfish.tyrus.core.TyrusSession
-
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class jakarta.websocket.server.ServerEndpointConfig.Configurator
-
Return the subprotocol the server endpoint has chosen from the requested list supplied by a client who wishes
to connect, or none if there wasn't one this server endpoint liked.
- getNegotiatedSubprotocol() - Method in interface jakarta.websocket.Session
-
Return the sub protocol agreed during the websocket handshake for this conversation.
- getNegotiatedSubprotocol() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
-
Get the sub protocol agreed during the websocket handshake for this conversation.
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfigurator
-
- getNegotiatedSubprotocol() - Method in class org.glassfish.tyrus.core.TyrusSession
-
- 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.
- getObject() - Method in exception jakarta.websocket.EncodeException
-
Return the Object that could not be encoded.
- getOpcode() - Method in class org.glassfish.tyrus.core.frame.Frame
-
Get opcode.
- getOpenSessions() - Method in interface jakarta.websocket.Session
-
Return a copy of the Set of all the open web socket sessions that represent connections to the same endpoint to
which this session represents a connection.
- getOpenSessions() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
-
- getOpenSessions() - Method in class org.glassfish.tyrus.core.TyrusSession
-
- 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 interface jakarta.websocket.server.HandshakeRequest
-
Return the request parameters associated with the request.
- getParameterMap() - Method in class org.glassfish.tyrus.core.RequestContext
-
- getParameters() - Method in interface jakarta.websocket.Extension
-
The extension parameters for this extension in the order they appear in the http headers.
- 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.
- getPassword() - Method in class org.glassfish.tyrus.client.auth.Credentials
-
Get the password as byte array.
- getPath() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the path for this endpoint configuration.
- 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 interface jakarta.websocket.Session
-
Return 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.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.server.Server
-
Get the port which was used to start the container.
- getPort() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
Get port of the started container.
- getPreferredSubprotocols() - Method in interface jakarta.websocket.ClientEndpointConfig
-
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite
first that this client would like to use for its sessions.
- 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 interface jakarta.websocket.Session
-
Returns the version of the websocket protocol currently being used.
- 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 interface jakarta.websocket.server.HandshakeRequest
-
Return the query string associated with the request.
- getQueryString() - Method in interface jakarta.websocket.Session
-
Return the query string associated with the request this session was opened under.
- 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 jakarta.websocket.CloseReason
-
The reason phrase associated with this CloseReason.
- getReasonPhrase() - Method in class org.glassfish.tyrus.core.TyrusUpgradeResponse
-
Get HTTP reason phrase.
- getReasonPhrase() - Method in class org.glassfish.tyrus.spi.UpgradeResponse
-
Get HTTP reason phrase.
- 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.
- getRemoteEndpointType() - Method in class org.glassfish.tyrus.spi.WriterInfo
-
- 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 interface jakarta.websocket.Session
-
Return the request parameters associated with the request this session was opened under.
- 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 interface jakarta.websocket.server.HandshakeRequest
-
Return the request URI of the handshake request.
- getRequestURI() - Method in interface jakarta.websocket.Session
-
Return the URI under which this session was opened, including the query string if there is one.
- getRequestURI() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
-
Get the URI
under which this session was opened, including
the query string if there is one.
- getRequestURI() - Method in class org.glassfish.tyrus.core.RequestContext
-
- getRequestUri() - Method in class org.glassfish.tyrus.core.RequestContext
-
- getRequestURI() - Method in class org.glassfish.tyrus.core.TyrusSession
-
- getRequestUri() - Method in class org.glassfish.tyrus.spi.UpgradeRequest
-
Get the undecoded request uri (up to the query string) of underlying
HTTP handshake request.
- getResourceBundle(String) - Method in class org.glassfish.tyrus.core.OsgiRegistry
-
Tries to load resource bundle via OSGi means.
- getResourceBundleName() - Method in interface org.glassfish.tyrus.core.l10n.Localizable
-
Get the name of the localization messages resource bundle.
- getResourceBundleName() - Method in class org.glassfish.tyrus.core.l10n.LocalizableMessage
-
- getScheduledExecutorService() - Method in class org.glassfish.tyrus.core.BaseContainer
-
Returns a container-managed
ScheduledExecutorService
registered under
java:comp/DefaultManagedScheduledExecutorService
or if the lookup has failed it returns a
ScheduledExecutorService
created and managed by this instance of
BaseContainer
.
- getScheduledExecutorService() - Method in class org.glassfish.tyrus.core.ExecutorServiceProvider
-
Get the ScheduledExecutorService
.
- getSendStream() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Opens an output stream on which a binary message may be sent.
- getSendTimeout() - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message.
- getSendWriter() - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Opens a character stream on which a text message may be sent.
- getSession() - Method in exception jakarta.websocket.SessionException
-
Return the Session on which the problem occurred.
- getSslContext() - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
-
Create SSLContext
and store it for further invocation of this method.
- 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>.
- getSubprotocols() - Method in interface jakarta.websocket.server.ServerEndpointConfig
-
Return the websocket subprotocols configured.
- 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.
- getText() - Method in exception jakarta.websocket.DecodeException
-
Return the encoded string that is either the whole message, or the partial message that could not be decoded, or
null
if this exception arose from a failure to decode a binary message..
- 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.
- 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
-
- getUsername() - Method in class org.glassfish.tyrus.client.auth.Credentials
-
Get the username.
- getUserPrincipal() - Method in interface jakarta.websocket.server.HandshakeRequest
-
Return the authenticated user or null
if no user is authenticated for this handshake.
- getUserPrincipal() - Method in interface jakarta.websocket.Session
-
Return the authenticated user for this Session or null
if no user is authenticated for this session.
- 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 interface jakarta.websocket.EndpointConfig
-
This method returns a modifiable Map that the developer may use to store application specific information
relating to the endpoint that uses this configuration instance.
- getUserProperties() - Method in interface jakarta.websocket.Session
-
While the session is open, this method returns a Map that the developer may use to store application specific
information relating to this session instance.
- getUserProperties() - Method in class org.glassfish.tyrus.core.cluster.RemoteSession
-
- getUserProperties() - Method in class org.glassfish.tyrus.core.TyrusSession
-
- getValue() - Method in interface jakarta.websocket.Extension.Parameter
-
Return the value of the extension parameter.
- 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.
- getWebSocketContainer() - Static method in class jakarta.websocket.ContainerProvider
-
Obtain a new instance of a WebSocketContainer.
- 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
-
- 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.
- of(T) - Static method in class org.glassfish.tyrus.core.collection.Values
-
Get a new constant
value provider
whose
get()
method always returns the instance supplied to the
value
parameter.
- 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 jakarta.websocket.Endpoint
-
This method is called immediately prior to the session with the remote peer being closed.
- OnClose - Annotation Type in jakarta.websocket
-
This method level annotation can be used to decorate a Java method that wishes to be called when a web socket session
is closing.
- 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
-
- onClose(CloseFrame) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
This callback will be invoked when the remote endpoint sent a closing frame.
- 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
-
- 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(Session, Throwable) - Method in class jakarta.websocket.Endpoint
-
Developers may implement this method when the web socket session creates some kind of error that is not modeled
in the web socket protocol.
- OnError - Annotation Type in jakarta.websocket
-
This method level annotation can be used to decorate a Java method that wishes to be called in order to handle
errors.
- 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.servlet.TyrusHttpUpgradeHandler
-
- onExtensionNegotiation(ExtendedExtension.ExtensionContext, List<Extension.Parameter>) - Method in interface org.glassfish.tyrus.core.extension.ExtendedExtension
-
Parameter negotiation.
- 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.
- onMessage(T, boolean) - Method in interface jakarta.websocket.MessageHandler.Partial
-
Called when the next part of a message has been fully received.
- onMessage(T) - Method in interface jakarta.websocket.MessageHandler.Whole
-
Called when the message has been fully received.
- OnMessage - Annotation Type in jakarta.websocket
-
This method level annotation can be used to make a Java method receive incoming web socket messages.
- 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.
- onOpen(Session, EndpointConfig) - Method in class jakarta.websocket.Endpoint
-
Developers must implement this method to be notified when a new conversation has just begun.
- OnOpen - Annotation Type in jakarta.websocket
-
This method level annotation can be used to decorate a Java method that wishes to be called when a new web socket
session is open.
- onOpen(Session, EndpointConfig) - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
-
- onOpen(TyrusSession) - Method in class org.glassfish.tyrus.core.TyrusEndpointWrapper.SessionListener
-
- 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.
- onResult(SendResult) - Method in interface jakarta.websocket.SendHandler
-
Called once the message has been transmitted.
- 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
-
- 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 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.client.exception - package org.glassfish.tyrus.client.exception
-
Common Client Exceptions
- 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.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.collection - package org.glassfish.tyrus.core.collection
-
- 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.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.
- 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_WEBSOCKET_ACCEPT - Static variable in interface jakarta.websocket.HandshakeResponse
-
The Sec-WebSocket-Accept header name.
- SEC_WEBSOCKET_EXTENSIONS - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Extensions header name
- SEC_WEBSOCKET_KEY - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Key header name
- SEC_WEBSOCKET_PROTOCOL - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Protocol header name
- SEC_WEBSOCKET_VERSION - Static variable in interface jakarta.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Version header name
- 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
-
Deprecated.
- send(byte[], WriterInfo) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- send(byte[], SendHandler) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
Deprecated.
- send(byte[], SendHandler, WriterInfo) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- send(String) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
Deprecated.
- send(String, WriterInfo) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- send(String, SendHandler) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
Deprecated.
- send(String, SendHandler, WriterInfo) - 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(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a binary message, returning when all of the message has been transmitted.
- sendBinary(ByteBuffer, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a binary message in parts, blocking until all of the message has been transmitted.
- 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
-
- sendBinary(byte[]) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
Deprecated.
- sendBinary(byte[], WriterInfo) - 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
-
Deprecated.
- sendBinary(byte[], SendHandler, WriterInfo) - 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
-
Deprecated.
- sendBinary(byte[], boolean, WriterInfo) - 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
-
Deprecated.
- sendBinary(byte[], int, int, boolean, WriterInfo) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
Sends a fragment of a complete message.
- SendHandler - Interface in jakarta.websocket
-
A simple callback object for asynchronous sending of web socket messages.
- sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Sends a custom developer object, blocking until it has been transmitted.
- sendPing(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
-
Send a Ping message containing the given application data to the remote endpoint.
- 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(ByteBuffer) - Method in interface jakarta.websocket.RemoteEndpoint
-
Allows the developer to send an unsolicited Pong message containing the given application data in order to serve
as a unidirectional heartbeat for the session.
- 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.
- SendResult - Class in jakarta.websocket
-
The result of asynchronously sending a web socket message.
- SendResult(Throwable) - Constructor for class jakarta.websocket.SendResult
-
Construct a SendResult carrying an exception.
- SendResult() - Constructor for class jakarta.websocket.SendResult
-
Construct a SendResult signifying a successful send carrying no exception.
- sendText(String, SendHandler) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a text message, blocking until all of the message has been transmitted.
- sendText(String, boolean) - Method in interface jakarta.websocket.RemoteEndpoint.Basic
-
Send a text message in parts, blocking until all of the message has been transmitted.
- 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
-
- sendText(String) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
Deprecated.
- sendText(String, WriterInfo) - 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
-
Deprecated.
- sendText(String, SendHandler, WriterInfo) - 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
-
Deprecated.
- sendText(String, boolean, WriterInfo) - 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_KEY_HASH - Static variable in class org.glassfish.tyrus.spi.UpgradeRequest
-
Server key hash used to compute "Sec-WebSocket-Accept" header value.
- ServerApplicationConfig - Interface in jakarta.websocket.server
-
Developers include implementations of ServerApplicationConfig in an archive containing websocket endpoints (WAR file,
or JAR file within the WAR file) in order to specify the websocket endpoints within the archive the implementation
must deploy.
- ServerContainer - Interface in jakarta.websocket.server
-
The ServerContainer is the specialized view of the WebSocketContainer available in server-side deployments.
- 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
-
- ServerEndpoint - Annotation Type in jakarta.websocket.server
-
This class level annotation declares that the class it decorates is a web socket endpoint that will be deployed and
made available in the URI-space of a web socket server.
- ServerEndpointConfig - Interface in jakarta.websocket.server
-
The ServerEndpointConfig is a special kind of endpoint configuration object that contains web socket configuration
information specific only to server endpoints.
- ServerEndpointConfig.Builder - Class in jakarta.websocket.server
-
The ServerEndpointConfig.Builder is a class used for creating
ServerEndpointConfig.Builder
objects for
the purposes of deploying a server endpoint.
- ServerEndpointConfig.Configurator - Class in jakarta.websocket.server
-
The ServerEndpointConfig.Configurator class may be extended by developers who want to provide custom
configuration algorithms, such as intercepting the opening handshake, or providing arbitrary methods and
algorithms that can be accessed from each endpoint instance configured with this configurator.
- 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 - Interface in jakarta.websocket
-
A Web Socket session represents a conversation between two web socket endpoints.
- SESSION_CLOSED_IDLE_TIMEOUT() - Static method in class org.glassfish.tyrus.core.l10n.LocalizationMessages
-
"Session closed by the container because of the idle timeout."
- 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.
- SessionException - Exception in jakarta.websocket
-
A SessionException represents a general exception type reporting problems occurring on a websocket session.
- SessionException(String, Throwable, Session) - Constructor for exception jakarta.websocket.SessionException
-
Creates a new instance of this exception with the given message, the wrapped cause of the exception and the
session with which the problem is associated.
- SessionListener - Interface in org.glassfish.tyrus.core.cluster
-
Session listener.
- SessionListener() - Constructor for class org.glassfish.tyrus.core.TyrusEndpointWrapper.SessionListener
-
- setAccessibleMethod(Method) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
-
Set a method to be accessible.
- setAsyncSendTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message for all
RemoteEndpoints associated with this container.
- setAsyncSendTimeout(long) - Method in class org.glassfish.tyrus.client.ClientManager
-
- setAsyncSendTimeout(long) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
- setBatchingAllowed(boolean) - Method in interface jakarta.websocket.RemoteEndpoint
-
Indicate to the implementation that it is allowed to batch outgoing messages before sending.
- setBatchingAllowed(boolean) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
-
- setCipherConfigured(boolean) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
-
- setClientMode(boolean) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
-
Set SSLEngine
to be configured to work in client mode.
- 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.
- setDefaultMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the default maximum size of incoming binary message that this container will buffer.
- setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.client.ClientManager
-
- setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
- setDefaultMaxSessionIdleTimeout(long) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the default time in milliseconds after which any web socket sessions in this container will be closed if it
has been inactive.
- setDefaultMaxSessionIdleTimeout(long) - Method in class org.glassfish.tyrus.client.ClientManager
-
- setDefaultMaxSessionIdleTimeout(long) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
- setDefaultMaxTextMessageBufferSize(int) - Method in interface jakarta.websocket.WebSocketContainer
-
Sets the maximum size of incoming text message that this container will buffer.
- setDefaultMaxTextMessageBufferSize(int) - Method in class org.glassfish.tyrus.client.ClientManager
-
- setDefaultMaxTextMessageBufferSize(int) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
- setEnabledCipherSuites(String[]) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
-
Set enabled cipher suites.
- setEnabledProtocols(String[]) - Method in class org.glassfish.tyrus.client.SslEngineConfigurator
-
Set enabled protocols.
- 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.
- 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.
- setKeyStoreBytes(byte[]) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
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.
- 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.
- setKeyStoreProvider(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
Sets the key store provider name.
- setKeyStoreType(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
Type of key store.
- setMaxBinaryMessageBufferSize(int) - Method in interface jakarta.websocket.Session
-
Sets the maximum length of incoming binary messages that this Session can buffer.
- 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 interface jakarta.websocket.Session
-
Set the non-zero number of milliseconds before this session will be closed by the container if it is inactive, ie
no messages are either sent or received.
- 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 interface jakarta.websocket.Session
-
Sets the maximum length of incoming text messages that this Session can buffer.
- 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.
- 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
-
- 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
-
Set 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.
- setSendTimeout(long) - Method in interface jakarta.websocket.RemoteEndpoint.Async
-
Sets the number of milliseconds the implementation will timeout attempting to send a websocket message.
- 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.
- setTrustStoreBytes(byte[]) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
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.
- setTrustStorePassword(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
Password of trust store.
- setTrustStoreProvider(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
Sets the trust store provider name.
- setTrustStoreType(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
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.
- 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_BINDING - Static variable in class org.glassfish.tyrus.client.ClientProperties
-
Property name for defining local binding address for all socket created by the client.
- 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
-
- sslContextConfiguration - Variable in class org.glassfish.tyrus.client.SslEngineConfigurator
-
- 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.
- 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.
- start() - Method in class org.glassfish.tyrus.server.Server
-
Start the server.
- start(String, int) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
-
Start the container.
- start(String, int) - Method in interface org.glassfish.tyrus.spi.ServerContainer
-
Start the server.
- 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.
- 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
-
Deprecated.
- stream(boolean, byte[], int, int, WriterInfo) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- stream(boolean, String) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
Deprecated.
- stream(boolean, String, WriterInfo) - 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 jakarta.websocket.server.ServerEndpointConfig.Builder
-
Sets the subprotocols to use in the configuration.
- subprotocols(List<String>) - Method in class org.glassfish.tyrus.core.TyrusServerEndpointConfig.Builder
-
Sets the subprotocols to use in the configuration.
- SupplierWithEx<T,EX extends java.lang.Exception> - Interface in org.glassfish.tyrus.core.collection
-
- 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
-
- validateServerResponse(UpgradeResponse) - Method in class org.glassfish.tyrus.core.Handshake
-
Client side only - validate server response.
- Value<T> - Interface in org.glassfish.tyrus.core.collection
-
A generic value provider.
- valueOf(String) - Static method in enum jakarta.websocket.CloseReason.CloseCodes
-
Returns the enum constant of this type with the specified name.
- 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.
- valueOf(String) - Static method in enum org.glassfish.tyrus.spi.WriterInfo.MessageType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.tyrus.spi.WriterInfo.RemoteEndpointType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum jakarta.websocket.CloseReason.CloseCodes
-
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.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 - Class in org.glassfish.tyrus.core.collection
-
- 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.
- values() - Static method in enum org.glassfish.tyrus.spi.WriterInfo.MessageType
-
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.WriterInfo.RemoteEndpointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Enum in org.glassfish.tyrus.core
-
TODO