| Interface | Description |
|---|---|
| RequestContext.Builder.IsUserInRoleDelegate |
Is user in role delegate.
|
| Class | Description |
|---|---|
| AnnotatedEndpoint |
AnnotatedEndpoint of a class annotated using the ServerEndpoint annotations.
|
| BaseContainer |
Base WebSocket container.
|
| CoderAdapter |
Adapter for
Encoder and Decoder which implements lifecycle
methods. |
| ComponentProviderService |
Provides an instance of component.
|
| DefaultComponentProvider |
Provides instances using reflection.
|
| EndpointWrapper |
Wraps the registered application class.
|
| ErrorCollector |
Used to collect deployment errors to present these to the user together.
|
| FutureSendResult |
Implementation of Future for SendResults.
|
| OsgiRegistry |
Taken from Jersey 2.
|
| OutputStreamToAsyncBinaryAdapter |
Simple Writer that writes its data to
an async sink.
|
| PrimitiveDecoders<T> |
Collection of decoders for all primitive types.
|
| PrimitiveDecoders.BooleanDecoder | |
| PrimitiveDecoders.ByteDecoder | |
| PrimitiveDecoders.CharacterDecoder | |
| PrimitiveDecoders.DoubleDecoder | |
| PrimitiveDecoders.FloatDecoder | |
| PrimitiveDecoders.IntegerDecoder | |
| PrimitiveDecoders.LongDecoder | |
| PrimitiveDecoders.ShortDecoder | |
| ReflectionHelper |
Utility methods for Java reflection.
|
| ReflectionHelper.ClassTypePair |
A tuple consisting of a class and type of the class.
|
| ReflectionHelper.DeclaringClassInterfacePair |
A tuple consisting of a concrete class, declaring class that declares a
generic interface type.
|
| ReflectionHelper.TypeClassPair | |
| RemoteEndpointWrapper |
Wraps the
RemoteEndpoint and represents the other side of the websocket connection. |
| RequestContext |
Implementation of all possible request interfaces.
|
| RequestContext.Builder |
RequestContext builder. |
| SendCompletionAdapter |
Simple Async send adapter.
|
| ServiceFinder<T> |
A simple service-provider lookup mechanism.
|
| ServiceFinder.DefaultServiceIteratorProvider |
The default service iterator provider that looks up provider classes in
META-INF/services files.
|
| ServiceFinder.ServiceIteratorProvider |
Supports iteration of provider instances or classes.
|
| SessionImpl |
Implementation of the
Session. |
| TyrusContainerProvider<T> | |
| TyrusEndpoint |
Implementation of
SPIRegisteredEndpoint. |
| TyrusExtension |
WebSocket
Extension implementation. |
| TyrusExtension.TyrusParameter |
WebSocket
Parameter implementation. |
| TyrusRemoteEndpoint |
SPIRemoteEndpoint implementation. |
| Utils |
Utility methods shared among Tyrus modules.
|
| WithProperties | |
| WriterToAsyncTextAdapter |
Simple Writer that writes its data to
an async sink.
|
| Enum | Description |
|---|---|
| SessionImpl.State |
Session state.
|
| Exception | Description |
|---|---|
| MessageTooBigException |
Thrown when
OnMessage.maxMessageSize() is smaller than received message size. |
| Error | Description |
|---|---|
| ServiceConfigurationError |
Taken from Jersey 2.
|
Copyright © 2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.