- 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 javax.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
-
- 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
-
- ClientContainer - Interface in org.glassfish.tyrus.spi
-
Entry point for client implementation.
- ClientEndpoint - Annotation Type in javax.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 javax.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 javax.websocket
-
The ClientEndpointConfig.Builder is a class used for creating
ClientEndpointConfig
objects for the
purposes of deploying a client endpoint.
- ClientEndpointConfig.Configurator - Class in javax.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 javax.websocket.Session
-
Close the current conversation with a normal status code and no reason phrase.
- close(CloseReason) - Method in interface javax.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 javax.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 javax.websocket.CloseReason
-
Creates a reason for closing a web socket connection with the given code and reason phrase.
- CloseReason.CloseCode - Interface in javax.websocket
-
A marker interface for the close codes.
- CloseReason.CloseCodes - Enum in javax.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.
- 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
-
- 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 javax.websocket.ClientEndpointConfig.Builder
-
Sets the configurator object for the configuration this builder will build.
- Configurator() - Constructor for class javax.websocket.ClientEndpointConfig.Configurator
-
- configurator(ServerEndpointConfig.Configurator) - Method in class javax.websocket.server.ServerEndpointConfig.Builder
-
Sets the custom configurator to use on the configuration object built by this builder.
- Configurator() - Constructor for class javax.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.
- connectToServer(Object, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint instance to its server.
- connectToServer(Class<?>, URI) - Method in interface javax.websocket.WebSocketContainer
-
Connect the supplied annotated endpoint to its server.
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in interface javax.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 javax.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 javax.websocket
-
Provider class that allows the developer to get a reference to the implementation of the WebSocketContainer.
- ContainerProvider() - Constructor for class javax.websocket.ContainerProvider
-
- contains(Charset) - Method in class org.glassfish.tyrus.core.StrictUtf8
-
- 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 javax.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 javax.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(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
-
- 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.
- 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
-
- 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
-
- 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.
- 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 javax.websocket.Decoder.Binary
-
Decode the given bytes into an object of type T.
- decode(InputStream) - Method in interface javax.websocket.Decoder.BinaryStream
-
Decode the given bytes read from the input stream into an object of type T.
- decode(String) - Method in interface javax.websocket.Decoder.Text
-
Decode the given String into an object of type T.
- decode(Reader) - Method in interface javax.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
-
- DecodeException - Exception in javax.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 javax.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 javax.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 javax.websocket.DecodeException
-
Constructs a DecodedException with the given ByteBuffer that cannot be decoded, and reason why.
- DecodeException(String, String) - Constructor for exception javax.websocket.DecodeException
-
Constructs a DecodedException with the given encoded string that cannot be decoded, and reason why.
- Decoder - Interface in javax.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 javax.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 javax.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 javax.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 javax.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 javax.websocket.ClientEndpointConfig.Builder
-
Assign the list of decoder implementation classes the client will use.
- decoders(List<Class<? extends Decoder>>) - Method in class javax.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
-
- DeploymentException - Exception in javax.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 javax.websocket.DeploymentException
-
Creates a deployment exception with the given reason for the deployment failure.
- DeploymentException(String, Throwable) - Constructor for exception javax.websocket.DeploymentException
-
Creates a deployment exception with the given reason for the deployment failure and wrapped cause of the failure.
- destroy() - Method in interface javax.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 javax.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
-
- generateAuthorizationHeader(URI, String, Credentials) - Method in class org.glassfish.tyrus.client.auth.Authenticator
-
Generate value used as "" header value for next request.
- genericInterface - Variable in class org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
-
- get() - Method in class org.glassfish.tyrus.core.TyrusFuture
-
- get(long, TimeUnit) - Method in class org.glassfish.tyrus.core.TyrusFuture
-
- 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 javax.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.
- getApplicationData() - Method in interface javax.websocket.PongMessage
-
The application data inside the pong message from the peer.
- getApplicationEventListener() - Method in class org.glassfish.tyrus.core.TyrusWebSocketEngine
-
- getArrayClass(Class) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
-
Get Array class of component class.
- getAsyncRemote() - Method in interface javax.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 javax.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 javax.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 javax.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 javax.websocket.CloseReason.CloseCodes
-
Creates a CloseCode from the given int code number.
- getCloseCode() - Method in class javax.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 javax.websocket.CloseReason.CloseCode
-
Returns the code number, for example the integer '1000' for normal closure.
- getCode() - Method in enum javax.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 javax.websocket.ClientEndpointConfig
-
Return the custom configurator for this configuration.
- getConfigurator() - Method in interface javax.websocket.server.ServerEndpointConfig
-
- getContainer() - Method in class javax.websocket.ContainerProvider
-
Create a new instance of the the WebSocket container implementation.
- getContainer() - Method in interface javax.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 javax.websocket.EndpointConfig
-
Return the Decoder implementation classes configured.
- getDefaultAsyncSendTimeout() - Method in interface javax.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 javax.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 javax.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 javax.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 javax.websocket.EndpointConfig
-
Return the Encoder implementation classes configured.
- getEndpointClass() - Method in interface javax.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 javax.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 javax.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 javax.websocket.SendResult
-
The problem sending the message.
- getExecutorService() - Method in class org.glassfish.tyrus.core.BaseContainer
-
- getExecutorService() - Method in class org.glassfish.tyrus.core.ExecutorServiceProvider
-
- getExtensions() - Method in interface javax.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 javax.websocket.server.ServerEndpointConfig
-
Return the websocket extensions configured.
- 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.
- 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 javax.websocket.HandshakeResponse
-
Return the list of Http headers sent by the web socket server.
- getHeaders() - Method in interface javax.websocket.server.HandshakeRequest
-
Return the read only Map of Http Headers 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 javax.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.core.HandshakeException
-
Get the error code.
- getId() - Method in interface javax.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
-
- 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 javax.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
-
- getInstance(Class<T>) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
-
- getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.ComponentProvider
-
Get the method which should be invoked instead provided one.
- getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.ComponentProviderService
-
- getInvocableMethod(Method) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
-
- getInvocableMethod(Method) - Method in class org.glassfish.tyrus.gf.ejb.EjbComponentProvider
-
- getKeepAliveTime(TimeUnit) - Method in class org.glassfish.tyrus.client.ThreadPoolConfig
-
Get the max period of time a thread will wait for a new task to process.
- getMaskingKey() - Method in class org.glassfish.tyrus.core.frame.Frame
-
Get masking key.
- getMaxBinaryMessageBufferSize() - Method in interface javax.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 javax.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 javax.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
-
- getMessageHandlers() - Method in interface javax.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
-
- getName() - Method in interface javax.websocket.Extension
-
The name of the extension.
- getName() - Method in interface javax.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
-
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class javax.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 javax.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 javax.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 javax.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
-
- getObject() - Method in exception javax.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 javax.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
-
- 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 javax.websocket.server.HandshakeRequest
-
Return the request parameters associated with the request.
- getParameterMap() - Method in class org.glassfish.tyrus.core.RequestContext
-
- getParameters() - Method in interface javax.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 javax.websocket.server.ServerEndpointConfig
-
Return the path for this endpoint configuration.
- getPathParameters() - Method in interface javax.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
-
- 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 javax.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 javax.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 javax.websocket.server.HandshakeRequest
-
Return the query string associated with the request.
- getQueryString() - Method in interface javax.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 javax.websocket.CloseReason
-
The reason phrase associated with this CloseReason.
- getReasonPhrase() - Method in class org.glassfish.tyrus.core.TyrusUpgradeResponse
-
Get HTTP reason phrase.
- getRemainder() - Method in class org.glassfish.tyrus.core.frame.TextFrame
-
Remainder after UTF-8 decoding.
- getRemainingArray(ByteBuffer) - Static method in class org.glassfish.tyrus.core.Utils
-
Creates the array of bytes containing the bytes from the position to the limit of the
ByteBuffer
.
- getRemoteAddr() - Method in class org.glassfish.tyrus.core.RequestContext
-
Get the Internet Protocol (IP) address of the client or last proxy that sent the request.
- getRemoteAddr() - Method in class org.glassfish.tyrus.core.TyrusSession
-
Get the Internet Protocol (IP) address of the client or last proxy that sent the request.
- getRemoteSessionIds(String) - Method in class org.glassfish.tyrus.core.cluster.ClusterContext
-
Get set containing session ids of all remote sessions registered to given endpoint path.
- getRemoteSessions() - Method in class org.glassfish.tyrus.core.TyrusSession
-
Get set of remote sessions.
- getRequest() - Method in class org.glassfish.tyrus.core.Handshake
-
- getRequestParameterMap() - Method in interface javax.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 javax.websocket.server.HandshakeRequest
-
Return the request URI of the handshake request.
- getRequestURI() - Method in interface javax.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.
- getScheduledExecutorService() - Method in class org.glassfish.tyrus.core.BaseContainer
-
- getScheduledExecutorService() - Method in class org.glassfish.tyrus.core.ExecutorServiceProvider
-
- getSendStream() - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Opens an output stream on which a binary message may be sent.
- getSendTimeout() - Method in interface javax.websocket.RemoteEndpoint.Async
-
Return the number of milliseconds the implementation will timeout attempting to send a websocket message.
- getSendWriter() - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Opens an character stream on which a text message may be sent.
- getSession() - Method in exception javax.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 javax.websocket.server.ServerEndpointConfig
-
Return the websocket subprotocols configured.
- getSupportedWireProtocolVersions() - Static method in enum org.glassfish.tyrus.core.Version
-
- getText() - Method in exception javax.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 javax.websocket.server.HandshakeRequest
-
Return the authenticated user or null
if no user is authenticated for this handshake.
- getUserPrincipal() - Method in interface javax.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 javax.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 javax.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 javax.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.
- getWebSocketContainer() - Static method in class javax.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
-
- objectToString(Object) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
-
Create a string representation of an object.
- onAllDataRead() - Method in class org.glassfish.tyrus.servlet.TyrusHttpUpgradeHandler
-
- onApplicationDestroyed() - Method in interface org.glassfish.tyrus.core.monitoring.ApplicationEventListener
-
Called when the application has been destroyed.
- onApplicationInitialized(String) - Method in interface org.glassfish.tyrus.core.monitoring.ApplicationEventListener
-
Called when the application has been initialized.
- onBroadcast(String) - Method in interface org.glassfish.tyrus.core.cluster.BroadcastListener
-
Invoked when received request to broadcast text message.
- onBroadcast(byte[]) - Method in interface org.glassfish.tyrus.core.cluster.BroadcastListener
-
Invoked when received request to broadcast binary data.
- onClose(Session, CloseReason) - Method in class javax.websocket.Endpoint
-
This method is called immediately prior to the session with the remote peer being closed.
- OnClose - Annotation Type in javax.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 javax.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 javax.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 javax.websocket.MessageHandler.Partial
-
Called when the next part of a message has been fully received.
- onMessage(T) - Method in interface javax.websocket.MessageHandler.Whole
-
Called when the message has been fully received.
- OnMessage - Annotation Type in javax.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 javax.websocket.Endpoint
-
Developers must implement this method to be notified when a new conversation has just begun.
- OnOpen - Annotation Type in javax.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 javax.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.
- 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.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.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.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.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.
- OsgiRegistry - Class in org.glassfish.tyrus.core
-
Taken from Jersey 2.
- SEC_WEBSOCKET_ACCEPT - Static variable in interface javax.websocket.HandshakeResponse
-
The Sec-WebSocket-Accept header name.
- SEC_WEBSOCKET_EXTENSIONS - Static variable in interface javax.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Extensions header name
- SEC_WEBSOCKET_KEY - Static variable in interface javax.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Key header name
- SEC_WEBSOCKET_PROTOCOL - Static variable in interface javax.websocket.server.HandshakeRequest
-
The Sec-WebSocket-Protocol header name
- SEC_WEBSOCKET_VERSION - Static variable in interface javax.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
-
- send(byte[], SendHandler) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- send(String) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- send(String, SendHandler) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a binary message.
- sendBinary(ByteBuffer) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Send a binary message, returning when all of the message has been transmitted.
- sendBinary(ByteBuffer, boolean) - Method in interface javax.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
-
Send a binary frame to the remote endpoint.
- sendBinary(byte[], SendHandler) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
Send a binary frame to the remote endpoint.
- sendBinary(byte[], boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
Sends a fragment of a complete message.
- sendBinary(byte[], int, int, boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
Sends a fragment of a complete message.
- SendHandler - Interface in javax.websocket
-
A simple callback object for asynchronous sending of web socket messages.
- sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a custom developer object.
- sendObject(Object) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Sends a custom developer object, blocking until it has been transmitted.
- sendPing(ByteBuffer) - Method in interface javax.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 javax.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 javax.websocket
-
The result of asynchronously sending a web socket message.
- SendResult(Throwable) - Constructor for class javax.websocket.SendResult
-
Construct a SendResult carrying an exception.
- SendResult() - Constructor for class javax.websocket.SendResult
-
Construct a SendResult signifying a successful send carrying no exception.
- sendText(String, SendHandler) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Async
-
Initiates the asynchronous transmission of a text message.
- sendText(String) - Method in interface javax.websocket.RemoteEndpoint.Basic
-
Send a text message, blocking until all of the message has been transmitted.
- sendText(String, boolean) - Method in interface javax.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
-
Send a text frame to the remote endpoint.
- sendText(String, SendHandler) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
Send a text frame to the remote endpoint.
- sendText(String, boolean) - Method in class org.glassfish.tyrus.core.TyrusWebSocket
-
Sends a fragment of a complete message.
- Server - Class in org.glassfish.tyrus.server
-
Implementation of the WebSocket Server.
- Server(Class<?>...) - Constructor for class org.glassfish.tyrus.server.Server
-
Create new server instance.
- Server(Map<String, Object>, Class<?>...) - Constructor for class org.glassfish.tyrus.server.Server
-
Create new server instance.
- Server(String, int, String, Map<String, Object>, Class<?>...) - Constructor for class org.glassfish.tyrus.server.Server
-
Construct new server.
- Server(String, int, String, Map<String, Object>, Set<Class<?>>) - Constructor for class org.glassfish.tyrus.server.Server
-
Construct new server.
- SERVER_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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.websocket
-
A Web Socket session represents a conversation between two web socket endpoints.
- 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 javax.websocket
-
A SessionException represents a general exception type reporting problems occurring on a websocket session.
- SessionException(String, Throwable, Session) - Constructor for exception javax.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 javax.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 javax.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 javax.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 javax.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 javax.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.
- 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 javax.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 javax.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 javax.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.
- 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
-
Get HTTP reason phrase.
- setResult(T) - Method in class org.glassfish.tyrus.core.TyrusFuture
-
Sets the result of the message writing process.
- setSecurityProtocol(String) - Method in class org.glassfish.tyrus.client.SslContextConfigurator
-
Sets the SSLContext protocol.
- setSendTimeout(long) - Method in interface javax.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.
- 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.
- stream(boolean, byte[], int, int) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- stream(boolean, String) - Method in class org.glassfish.tyrus.core.ProtocolHandler
-
- StrictUtf8 - Class in org.glassfish.tyrus.core
-
- StrictUtf8() - Constructor for class org.glassfish.tyrus.core.StrictUtf8
-
- StrictUtf8.Parser - Class in org.glassfish.tyrus.core
-
Surrogate parsing support.
- Stringifier() - Constructor for class org.glassfish.tyrus.core.Utils.Stringifier
-
- stringifyUpgradeRequest(UpgradeRequest) - Static method in class org.glassfish.tyrus.core.Utils
-
Converts upgrade request to a HTTP-formatted string.
- stringifyUpgradeResponse(UpgradeResponse) - Static method in class org.glassfish.tyrus.core.Utils
-
Converts upgrade response to a HTTP-formatted string.
- subprotocols(List<String>) - Method in class javax.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.