Interface | Description |
---|---|
RequestContext.Builder.IsUserInRoleDelegate |
Is user in role delegate.
|
TyrusEndpointWrapper.OnCloseListener |
Close listener.
|
Class | Description |
---|---|
AnnotatedEndpoint |
Endpoint descendant which represents deployed annotated endpoint. |
Base64Utils | |
BaseContainer |
Base WebSocket container.
|
ComponentProvider |
Provides an instance.
|
ComponentProviderService |
Provides an instance of component.
|
DefaultComponentProvider |
Provides instances using reflection.
|
ErrorCollector |
Used to collect deployment errors to present these to the user together.
|
ExecutorServiceProvider | |
Handshake | |
OsgiRegistry |
Taken from Jersey 2.
|
ProtocolHandler |
Tyrus protocol handler.
|
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 | |
RequestContext |
Implementation of all possible request interfaces.
|
RequestContext.Builder |
RequestContext builder. |
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.
|
StrictUtf8 | |
StrictUtf8.Parser |
Surrogate parsing support.
|
TyrusEndpointWrapper |
Wraps the registered application class.
|
TyrusExtension |
WebSocket
Extension implementation. |
TyrusExtension.TyrusParameter |
WebSocket
Parameter implementation. |
TyrusFuture<T> |
Simple
Future implementation. |
TyrusRemoteEndpoint |
Wraps the
RemoteEndpoint and represents the other side of the websocket connection. |
TyrusSession |
Implementation of the
Session . |
TyrusUpgradeResponse |
HTTP response representation.
|
TyrusWebSocket |
Tyrus representation of web socket connection.
|
TyrusWebSocketEngine |
WebSocketEngine implementation, which handles server-side handshake, validation and data processing. |
Utf8Utils | |
Utils |
Utility methods shared among Tyrus modules.
|
Utils.Stringifier<T> |
Define to
String conversion for various types. |
Enum | Description |
---|---|
CloseReasons |
Enum containing standard CloseReasons defined in RFC 6455, see chapter
7.4.1 Defined Status Codes.
|
Version |
TODO
|
Exception | Description |
---|---|
HandshakeException |
RuntimeException , which describes the error, occurred during the handshake phase. |
ProtocolException |
Represents issue with parsing or producing websocket frame.
|
Utf8DecodingException |
TODO
|
WebSocketException |
WebSocketException can be thrown during runtime (after handshake).
|
Error | Description |
---|---|
ServiceConfigurationError |
Taken from Jersey 2.
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.