A B C D E F G H I L M O P Q R S T U V W 

A

addException(Exception) - Method in class org.glassfish.tyrus.core.ErrorCollector
Add Exception to the collector.
addMessageHandler(MessageHandler) - Method in class org.glassfish.tyrus.core.SessionImpl
 
ALL - Static variable in class org.glassfish.tyrus.core.PrimitiveDecoders
 
ALL_INSTANCES - Static variable in class org.glassfish.tyrus.core.PrimitiveDecoders
 
AnnotatedEndpoint - Class in org.glassfish.tyrus.core
AnnotatedEndpoint of a class annotated using the ServerEndpoint annotations.

B

BaseContainer - Class in org.glassfish.tyrus.core
Base WebSocket container.
BaseContainer() - Constructor for class org.glassfish.tyrus.core.BaseContainer
 
build() - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Build RequestContext from given properties.
bundleChanged(BundleEvent) - Method in class org.glassfish.tyrus.core.OsgiRegistry
 

C

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.FutureSendResult
 
checkHandshake(SPIHandshakeRequest) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
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.
close() - Method in class org.glassfish.tyrus.core.OutputStreamToAsyncBinaryAdapter
 
close(CloseReason) - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
close() - Method in class org.glassfish.tyrus.core.SessionImpl
 
close(CloseReason) - Method in class org.glassfish.tyrus.core.SessionImpl
Closes the underlying connection this session is based upon.
close(CloseReason) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
close() - Method in class org.glassfish.tyrus.core.WriterToAsyncTextAdapter
 
CoderAdapter - Class in org.glassfish.tyrus.core
Adapter for Encoder and Decoder which implements lifecycle methods.
CoderAdapter() - Constructor for class org.glassfish.tyrus.core.CoderAdapter
 
ComponentProviderService - Class in org.glassfish.tyrus.core
Provides an instance of component.
ComponentProviderService(ComponentProviderService) - Constructor for class org.glassfish.tyrus.core.ComponentProviderService
Copy constructor.
composeComprehensiveException() - Method in class org.glassfish.tyrus.core.ErrorCollector
Create DeploymentException with message concatenated from collected exceptions.
concreteClass - Variable in class org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
 
connection(Connection) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set connection.
ContainerProvider - Class in org.glassfish.tyrus.core.websocket
 
ContainerProvider() - Constructor for class org.glassfish.tyrus.core.websocket.ContainerProvider
 
create() - Static method in class org.glassfish.tyrus.core.ComponentProviderService
Create new instance of ComponentProviderService.
create() - Static method in class org.glassfish.tyrus.core.RequestContext.Builder
Create empty builder.
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.
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.
createSessionForRemoteEndpoint(SPIRemoteEndpoint, String, List<Extension>) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
createSocket(ProtocolHandler, WebSocketListener...) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 

D

declaringClass - Variable in class org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
 
decode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders.BooleanDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders.ByteDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders.CharacterDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders.DoubleDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders.FloatDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders.IntegerDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders.LongDecoder
 
decode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders.ShortDecoder
 
DefaultComponentProvider - Class in org.glassfish.tyrus.core
Provides instances using reflection.
DefaultComponentProvider() - Constructor for class org.glassfish.tyrus.core.DefaultComponentProvider
 
destroy() - Method in class org.glassfish.tyrus.core.CoderAdapter
This method does nothing.
destroyInstance(Object) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
 

E

EndpointWrapper - Class in org.glassfish.tyrus.core
Wraps the registered application class.
EndpointWrapper(Class<?>, EndpointConfig, ComponentProviderService, BaseContainer, String, ErrorCollector, ServerEndpointConfig.Configurator) - Constructor for class org.glassfish.tyrus.core.EndpointWrapper
Create EndpointWrapper for class that extends Endpoint.
EndpointWrapper(Endpoint, EndpointConfig, ComponentProviderService, BaseContainer, String, ErrorCollector, ServerEndpointConfig.Configurator) - Constructor for class org.glassfish.tyrus.core.EndpointWrapper
Create EndpointWrapper for Endpoint instance or AnnotatedEndpoint instance.
endpointWrapper - Variable in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
equals(Object) - Method in class org.glassfish.tyrus.core.TyrusExtension
 
ErrorCollector - Class in org.glassfish.tyrus.core
Used to collect deployment errors to present these to the user together.
ErrorCollector() - Constructor for class org.glassfish.tyrus.core.ErrorCollector
 

F

find(Class<T>, ClassLoader) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>, ClassLoader, boolean) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(Class<T>, boolean) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
find(String) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Locates and incrementally instantiates the available classes of a given service file using the context class loader.
findMethodOnClass(Class, Method) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Find a method on a class given an existing method.
flush() - Method in class org.glassfish.tyrus.core.OutputStreamToAsyncBinaryAdapter
 
flush() - Method in class org.glassfish.tyrus.core.WriterToAsyncTextAdapter
 
flushBatch() - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
fromClass(Class<?>, ComponentProviderService, boolean, ErrorCollector) - Static method in class org.glassfish.tyrus.core.AnnotatedEndpoint
Create AnnotatedEndpoint from class.
fromHeaders(List<String>) - Static method in class org.glassfish.tyrus.core.TyrusExtension
Parse Extension from headers (represented as List of strings).
fromInstance(Object, ComponentProviderService, boolean, ErrorCollector) - Static method in class org.glassfish.tyrus.core.AnnotatedEndpoint
Create AnnotatedEndpoint from instance.
fromString(List<String>) - Static method in class org.glassfish.tyrus.core.TyrusExtension
Parsing of one Extension.
FutureSendResult - Class in org.glassfish.tyrus.core
Implementation of Future for SendResults.
FutureSendResult() - Constructor for class org.glassfish.tyrus.core.FutureSendResult
 

G

genericInterface - Variable in class org.glassfish.tyrus.core.ReflectionHelper.DeclaringClassInterfacePair
 
get() - Method in class org.glassfish.tyrus.core.FutureSendResult
 
get(long, TimeUnit) - Method in class org.glassfish.tyrus.core.FutureSendResult
 
get(WebSocket) - Static method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
Get TyrusRemoteEndpoint instance.
getArrayClass(Class) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get Array class of component class.
getAsyncRemote() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getBasicRemote() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getBatchingAllowed() - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
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.
getCoderInstance(Class<T>, Session, EndpointConfig, ErrorCollector) - Method in class org.glassfish.tyrus.core.ComponentProviderService
Provide an instance of Encoder or Decoder descendant which is coupled to Session.
getConnection() - Method in class org.glassfish.tyrus.core.RequestContext
 
getContainer() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getContainer() - Method in class org.glassfish.tyrus.core.TyrusContainerProvider
 
getContainer(Class<T>) - Method in class org.glassfish.tyrus.core.TyrusContainerProvider
 
getContainer(Class<T>) - Method in class org.glassfish.tyrus.core.websocket.ContainerProvider
 
getContainerProvider() - Static method in class org.glassfish.tyrus.core.TyrusContainerProvider
 
getContextClassLoader() - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the context class loader.
getDeclaringClass(AccessibleObject) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
 
getEndpointConfig() - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
 
getEndpointConfig() - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
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.
getEndpointPath() - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
getExecutorService() - Method in class org.glassfish.tyrus.core.BaseContainer
 
getFirstHeaderValue(String) - Method in class org.glassfish.tyrus.core.RequestContext
Gets the first header value from the List of header values corresponding to the name.
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.
getHeaders() - Method in class org.glassfish.tyrus.core.RequestContext
Get headers.
getHttpSession() - Method in class org.glassfish.tyrus.core.RequestContext
 
getId() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getInstance(Class<T>, Session, ErrorCollector) - Method in class org.glassfish.tyrus.core.ComponentProviderService
Provide an instance of class which is coupled to Session.
getInstance() - Static method in class org.glassfish.tyrus.core.OsgiRegistry
Returns an OsgiRegistry instance.
getInstance(Class<T>, ErrorCollector) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Creates an instance of Class c using Class.newInstance().
getInstance(Class<T>) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Creates an instance of Class c using Class.newInstance().
getMaxBinaryMessageBufferSize() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getMaxIdleTimeout() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getMaxTextMessageBufferSize() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getMessageHandlers() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getName() - Method in class org.glassfish.tyrus.core.TyrusExtension
 
getName() - Method in class org.glassfish.tyrus.core.TyrusExtension.TyrusParameter
 
getNegotiatedExtensions(List<Extension>) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
getNegotiatedExtensions() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getNegotiatedProtocol(List<String>) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
getNegotiatedSubprotocol() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getOpenSessions() - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
getOpenSessions() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getOpenSessions() - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
getOsgiRegistryInstance() - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Returns an OsgiRegistry instance.
getPackageResources(String, ClassLoader) - Method in class org.glassfish.tyrus.core.OsgiRegistry
 
getParameterizedClassArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the parameterized class arguments for a declaring class that declares a generic interface type.
getParameterizedTypeArguments(ReflectionHelper.DeclaringClassInterfacePair) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the parameterized type arguments for a declaring class that declares a generic interface type.
getParameterMap() - Method in class org.glassfish.tyrus.core.RequestContext
 
getParameters() - Method in class org.glassfish.tyrus.core.TyrusExtension
 
getPath() - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
getPathParameters() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getProperties() - Method in class org.glassfish.tyrus.core.WithProperties
 
getProtocolVersion() - Method in class org.glassfish.tyrus.core.SessionImpl
Web Socket protocol version used.
getQueryString() - Method in class org.glassfish.tyrus.core.RequestContext
 
getQueryString() - Method in class org.glassfish.tyrus.core.SessionImpl
 
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.
getRequestParameterMap() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getRequestPath() - 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.RequestContext
 
getRequestURI() - Method in class org.glassfish.tyrus.core.SessionImpl
 
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
 
getStringConstructor(Class) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Get the constructor that has a single parameter of String.
getSupportedExtensions() - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
getSupportedProtocols(List<String>) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
getTypeArgumentAndClass(Type) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
 
getUserPrincipal() - Method in class org.glassfish.tyrus.core.RequestContext
 
getUserPrincipal() - Method in class org.glassfish.tyrus.core.SessionImpl
 
getUserProperties() - Method in class org.glassfish.tyrus.core.SessionImpl
 
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() - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
getWebSocketContainer() - Static method in class org.glassfish.tyrus.core.websocket.ContainerProvider
 

H

hashCode() - Method in class org.glassfish.tyrus.core.TyrusExtension
 
hookUp() - Method in class org.glassfish.tyrus.core.OsgiRegistry
Will hook up this instance with the OSGi runtime.
httpSession(Object) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set http session.

I

init(EndpointConfig) - Method in class org.glassfish.tyrus.core.CoderAdapter
This method does nothing.
isApplicable(Class<?>) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
 
isApplicationRequest(WebSocketRequest) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
isCancelled() - Method in class org.glassfish.tyrus.core.FutureSendResult
 
isDone() - Method in class org.glassfish.tyrus.core.FutureSendResult
 
isEmpty() - Method in class org.glassfish.tyrus.core.ErrorCollector
Checks whether any exception has been logged.
isOpen() - Method in class org.glassfish.tyrus.core.SessionImpl
 
isPrimitiveData(Object) - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
isSecure() - Method in class org.glassfish.tyrus.core.RequestContext
 
isSecure() - Method in class org.glassfish.tyrus.core.SessionImpl
 
isUserInRole(String) - Method in interface org.glassfish.tyrus.core.RequestContext.Builder.IsUserInRoleDelegate
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.glassfish.tyrus.core.RequestContext
 
isUserInRoleDelegate(RequestContext.Builder.IsUserInRoleDelegate) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set delegate for RequestContext.isUserInRole(String) method.
iterator() - Method in class org.glassfish.tyrus.core.ServiceFinder
Returns discovered objects incrementally.

L

lock() - Method in class org.glassfish.tyrus.core.RequestContext
Make headers and parameter map read-only.

M

MessageTooBigException - Exception in org.glassfish.tyrus.core
Thrown when OnMessage.maxMessageSize() is smaller than received message size.
methodInstanceToString(Object, Method) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Create a string representation of a method and an instance whose class implements the method.

O

objectToString(Object) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Create a string representation of an object.
onClose(Session, CloseReason) - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
 
onClose(SPIRemoteEndpoint, CloseReason) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
onClose(WebSocket, ClosingFrame) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onConnect(SPIRemoteEndpoint, String, List<Extension>) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
onConnect(WebSocket) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onError(Session, Throwable) - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
 
onError(WebSocket, Throwable) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onExtensionNegotiation(List<Extension>) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onFragment(WebSocket, String, boolean) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onFragment(WebSocket, byte[], boolean) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onHandShakeResponse(WebSocketRequest, WebSocketResponse) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onMessage(SPIRemoteEndpoint, ByteBuffer) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
onMessage(SPIRemoteEndpoint, String) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
onMessage(WebSocket, String) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onMessage(WebSocket, byte[]) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onOpen(Session, EndpointConfig) - Method in class org.glassfish.tyrus.core.AnnotatedEndpoint
 
onPartialMessage(SPIRemoteEndpoint, String, boolean) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
onPartialMessage(SPIRemoteEndpoint, ByteBuffer, boolean) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
onPing(SPIRemoteEndpoint, ByteBuffer) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
onPing(WebSocket, byte[]) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
onPong(SPIRemoteEndpoint, ByteBuffer) - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
onPong(WebSocket, byte[]) - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
org.glassfish.tyrus.core - package org.glassfish.tyrus.core
 
org.glassfish.tyrus.core.websocket - package org.glassfish.tyrus.core.websocket
 
OsgiRegistry - Class in org.glassfish.tyrus.core
Taken from Jersey 2.
OutputStreamToAsyncBinaryAdapter - Class in org.glassfish.tyrus.core
Simple Writer that writes its data to an async sink.
OutputStreamToAsyncBinaryAdapter(SPIRemoteEndpoint) - Constructor for class org.glassfish.tyrus.core.OutputStreamToAsyncBinaryAdapter
 

P

parameterMap(Map<String, String[]>) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set parameter map.
parseHeaderValue(String) - Static method in class org.glassfish.tyrus.core.Utils
Parse header value - splits multiple values (quoted, unquoted) separated by comma.
PrimitiveDecoders<T> - Class in org.glassfish.tyrus.core
Collection of decoders for all primitive types.
PrimitiveDecoders() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders
 
PrimitiveDecoders.BooleanDecoder - Class in org.glassfish.tyrus.core
 
PrimitiveDecoders.BooleanDecoder() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders.BooleanDecoder
 
PrimitiveDecoders.ByteDecoder - Class in org.glassfish.tyrus.core
 
PrimitiveDecoders.ByteDecoder() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders.ByteDecoder
 
PrimitiveDecoders.CharacterDecoder - Class in org.glassfish.tyrus.core
 
PrimitiveDecoders.CharacterDecoder() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders.CharacterDecoder
 
PrimitiveDecoders.DoubleDecoder - Class in org.glassfish.tyrus.core
 
PrimitiveDecoders.DoubleDecoder() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders.DoubleDecoder
 
PrimitiveDecoders.FloatDecoder - Class in org.glassfish.tyrus.core
 
PrimitiveDecoders.FloatDecoder() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders.FloatDecoder
 
PrimitiveDecoders.IntegerDecoder - Class in org.glassfish.tyrus.core
 
PrimitiveDecoders.IntegerDecoder() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders.IntegerDecoder
 
PrimitiveDecoders.LongDecoder - Class in org.glassfish.tyrus.core
 
PrimitiveDecoders.LongDecoder() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders.LongDecoder
 
PrimitiveDecoders.ShortDecoder - Class in org.glassfish.tyrus.core
 
PrimitiveDecoders.ShortDecoder() - Constructor for class org.glassfish.tyrus.core.PrimitiveDecoders.ShortDecoder
 
provideInstance(Class<T>) - Method in class org.glassfish.tyrus.core.DefaultComponentProvider
 
putSingleHeader(String, String) - Method in class org.glassfish.tyrus.core.RequestContext
 

Q

queryString(String) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set query string.

R

ReflectionHelper - Class in org.glassfish.tyrus.core
Utility methods for Java reflection.
ReflectionHelper() - Constructor for class org.glassfish.tyrus.core.ReflectionHelper
 
ReflectionHelper.ClassTypePair - Class in org.glassfish.tyrus.core
A tuple consisting of a class and type of the class.
ReflectionHelper.ClassTypePair(Class) - Constructor for class org.glassfish.tyrus.core.ReflectionHelper.ClassTypePair
 
ReflectionHelper.ClassTypePair(Class, Type) - Constructor for class org.glassfish.tyrus.core.ReflectionHelper.ClassTypePair
 
ReflectionHelper.DeclaringClassInterfacePair - Class in org.glassfish.tyrus.core
A tuple consisting of a concrete class, declaring class that declares a generic interface type.
ReflectionHelper.TypeClassPair - Class in org.glassfish.tyrus.core
 
ReflectionHelper.TypeClassPair(Type, Class) - Constructor for class org.glassfish.tyrus.core.ReflectionHelper.TypeClassPair
 
remoteEndpoint - Variable in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
RemoteEndpointWrapper - Class in org.glassfish.tyrus.core
Wraps the RemoteEndpoint and represents the other side of the websocket connection.
remove() - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
remove() - Method in class org.glassfish.tyrus.core.TyrusEndpoint
 
remove(WebSocket) - Static method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
Remove socket.
removeMessageHandler(MessageHandler) - Method in class org.glassfish.tyrus.core.SessionImpl
 
removeSession(Session) - Method in class org.glassfish.tyrus.core.ComponentProviderService
Remove Session from cache.
RequestContext - Class in org.glassfish.tyrus.core
Implementation of all possible request interfaces.
RequestContext.Builder - Class in org.glassfish.tyrus.core
RequestContext.Builder() - Constructor for class org.glassfish.tyrus.core.RequestContext.Builder
 
RequestContext.Builder.IsUserInRoleDelegate - Interface in org.glassfish.tyrus.core
Is user in role delegate.
requestPath(String) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set request path.
requestURI(URI) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set request URI.
resolveTypeVariable(Class, Class, TypeVariable) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Given a type variable resolve the Java class of that variable.

S

secure(boolean) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Set secure state.
send(Object, SendHandler) - Method in class org.glassfish.tyrus.core.SendCompletionAdapter
 
sendBinary(ByteBuffer) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
sendBinary(ByteBuffer, boolean) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
SendCompletionAdapter - Class in org.glassfish.tyrus.core
Simple Async send adapter.
SendCompletionAdapter(RemoteEndpointWrapper.Async, SendCompletionAdapter.State) - Constructor for class org.glassfish.tyrus.core.SendCompletionAdapter
 
sendPing(ByteBuffer) - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
sendPing(ByteBuffer) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
sendPong(ByteBuffer) - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
sendPong(ByteBuffer) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
sendSyncBinary(ByteBuffer) - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
sendSyncObject(Object) - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
sendSyncText(String) - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
sendText(String) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
sendText(String, boolean) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 
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.DefaultServiceIteratorProvider() - Constructor for class org.glassfish.tyrus.core.ServiceFinder.DefaultServiceIteratorProvider
 
ServiceFinder.ServiceIteratorProvider - Class in org.glassfish.tyrus.core
Supports iteration of provider instances or classes.
ServiceFinder.ServiceIteratorProvider() - Constructor for class org.glassfish.tyrus.core.ServiceFinder.ServiceIteratorProvider
 
session - Variable in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
SessionImpl - Class in org.glassfish.tyrus.core
Implementation of the Session.
SessionImpl.State - Enum in org.glassfish.tyrus.core
Session state.
setAccessibleMethod(Method) - Static method in class org.glassfish.tyrus.core.ReflectionHelper
Set a method to be accessible.
setBatchingAllowed(boolean) - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
setContainer(T) - Method in class org.glassfish.tyrus.core.TyrusContainerProvider
 
setDone() - Method in class org.glassfish.tyrus.core.FutureSendResult
Sets that the task is done.
setFailure(Throwable) - Method in class org.glassfish.tyrus.core.FutureSendResult
Task was not finished.
setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.tyrus.core.ServiceFinder
Register the service iterator provider to iterate on provider instances or classes.
setMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.core.SessionImpl
 
setMaxIdleTimeout(long) - Method in class org.glassfish.tyrus.core.SessionImpl
 
setMaxTextMessageBufferSize(int) - Method in class org.glassfish.tyrus.core.SessionImpl
 
setRequestPath(String) - Method in class org.glassfish.tyrus.core.RequestContext
 
setState(SessionImpl.State) - Method in class org.glassfish.tyrus.core.SessionImpl
Set the state of the Session.
setWriteTimeout(long) - Method in class org.glassfish.tyrus.core.TyrusRemoteEndpoint
 

T

t - Variable in class org.glassfish.tyrus.core.ReflectionHelper.ClassTypePair
The type of the class.
t - Variable in class org.glassfish.tyrus.core.ReflectionHelper.TypeClassPair
 
toArray() - Method in class org.glassfish.tyrus.core.ServiceFinder
Returns discovered objects all at once.
toClassArray() - Method in class org.glassfish.tyrus.core.ServiceFinder
Returns discovered classes all at once.
toString() - Method in class org.glassfish.tyrus.core.EndpointWrapper
 
toString() - Method in class org.glassfish.tyrus.core.RemoteEndpointWrapper
 
toString() - Method in class org.glassfish.tyrus.core.SessionImpl
 
toString() - Method in class org.glassfish.tyrus.core.TyrusExtension
 
TyrusContainerProvider<T> - Class in org.glassfish.tyrus.core
 
TyrusContainerProvider() - Constructor for class org.glassfish.tyrus.core.TyrusContainerProvider
 
TyrusEndpoint - Class in org.glassfish.tyrus.core
Implementation of SPIRegisteredEndpoint.
TyrusEndpoint(SPIEndpoint) - Constructor for class org.glassfish.tyrus.core.TyrusEndpoint
Create TyrusEndpoint which represents given SPIEndpoint.
TyrusExtension - Class in org.glassfish.tyrus.core
WebSocket Extension implementation.
TyrusExtension(String) - Constructor for class org.glassfish.tyrus.core.TyrusExtension
Create Extension with specific name.
TyrusExtension(String, List<Extension.Parameter>) - Constructor for class org.glassfish.tyrus.core.TyrusExtension
Create Extension with name and parameters.
TyrusExtension.TyrusParameter - Class in org.glassfish.tyrus.core
WebSocket Parameter implementation.
TyrusExtension.TyrusParameter(String, String) - Constructor for class org.glassfish.tyrus.core.TyrusExtension.TyrusParameter
Create Parameter with name and value.
TyrusRemoteEndpoint - Class in org.glassfish.tyrus.core
SPIRemoteEndpoint implementation.
TyrusRemoteEndpoint(WebSocket) - Constructor for class org.glassfish.tyrus.core.TyrusRemoteEndpoint
Create remote endpoint.

U

userPrincipal(Principal) - Method in class org.glassfish.tyrus.core.RequestContext.Builder
Utils - Class in org.glassfish.tyrus.core
Utility methods shared among Tyrus modules.
Utils() - Constructor for class org.glassfish.tyrus.core.Utils
 

V

valueOf(String) - Static method in enum org.glassfish.tyrus.core.SessionImpl.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.tyrus.core.SessionImpl.State
Returns an array containing the constants of this enum type, in the order they are declared.

W

willDecode(String) - Method in class org.glassfish.tyrus.core.PrimitiveDecoders
 
WithProperties - Class in org.glassfish.tyrus.core
 
WithProperties() - Constructor for class org.glassfish.tyrus.core.WithProperties
 
write(byte[], int, int) - Method in class org.glassfish.tyrus.core.OutputStreamToAsyncBinaryAdapter
 
write(int) - Method in class org.glassfish.tyrus.core.OutputStreamToAsyncBinaryAdapter
 
write(char[], int, int) - Method in class org.glassfish.tyrus.core.WriterToAsyncTextAdapter
 
WriterToAsyncTextAdapter - Class in org.glassfish.tyrus.core
Simple Writer that writes its data to an async sink.
WriterToAsyncTextAdapter(SPIRemoteEndpoint) - Constructor for class org.glassfish.tyrus.core.WriterToAsyncTextAdapter
 
A B C D E F G H I L M O P Q R S T U V W 

Copyright © 2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.