C G I M O R S T 

C

checkOrigin(String) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
close(CloseReason) - Method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
 
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
 
create(String, String, int, Set<Class<?>>) - Static method in class org.glassfish.tyrus.server.ServerContainerFactory
Creates a new server container based on the supplied container provider.
create(Class<? extends TyrusContainer>, String, int, Set<Class<?>>, Set<Class<?>>, Set<ServerEndpointConfig>) - Static method in class org.glassfish.tyrus.server.ServerContainerFactory
Creates a new server container based on the supplied container provider.
createSocket(ProtocolHandler, WebSocketRequest, WebSocketListener...) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 

G

get(WebSocket) - Static method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
Get TyrusRemoteEndpoint instance.
getAnnotatedEndpointClasses(Set<Class<?>>) - Method in class org.glassfish.tyrus.server.TyrusServerConfiguration
Gets all the classes annotated with ServerEndpoint annotation which should be deployed.
getCloseCode(int) - Static method in class org.glassfish.tyrus.server.TyrusEndpoint
Creates CloseReason.CloseCode from given integer value.
getDefaultAsyncSendTimeout() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getDefaultMaxBinaryMessageBufferSize() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getDefaultMaxSessionIdleTimeout() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getDefaultMaxTextMessageBufferSize() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getEndpointConfigs(Set<Class<? extends Endpoint>>) - Method in class org.glassfish.tyrus.server.TyrusServerConfiguration
Gets all the ServerEndpointConfig classes which should be deployed.
getEndpointInstance(Class<T>) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
getHeader(String) - Method in class org.glassfish.tyrus.server.TyrusHandshakeRequest
 
getInstalledExtensions() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
getOpenSessions() - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
getQueryString() - Method in class org.glassfish.tyrus.server.TyrusHandshakeRequest
 
getRequestUri() - Method in class org.glassfish.tyrus.server.TyrusHandshakeRequest
 
getServerContainer() - Method in class org.glassfish.tyrus.server.Server
 
getSupportedExtensions() - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
getSupportedProtocols(List<String>) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 

I

isApplicationRequest(WebSocketRequest) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
isSecure() - Method in class org.glassfish.tyrus.server.TyrusHandshakeRequest
 

M

main(String[]) - Static method in class org.glassfish.tyrus.server.Server
 
matchesURI(String, URI, Map<String, String>) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 

O

onClose(WebSocket, ClosingFrame) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onConnect(WebSocket) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onError(WebSocket, Throwable) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onExtensionNegotiation(List<Extension>) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onFragment(WebSocket, String, boolean) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onFragment(WebSocket, byte[], boolean) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onHandShakeResponse(WebSocketRequest, WebSocketResponse) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onMessage(WebSocket, String) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onMessage(WebSocket, byte[]) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onPing(WebSocket, byte[]) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
onPong(WebSocket, byte[]) - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
org.glassfish.tyrus.server - package org.glassfish.tyrus.server
 

R

remove() - Method in class org.glassfish.tyrus.server.TyrusEndpoint
 
remove(WebSocket) - Static method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
Remove socket.

S

sendBinary(ByteBuffer) - Method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
 
sendBinary(ByteBuffer, boolean) - Method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
 
sendPing(ByteBuffer) - Method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
 
sendPong(ByteBuffer) - Method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
 
sendText(String) - Method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
 
sendText(String, boolean) - Method in class org.glassfish.tyrus.server.TyrusRemoteEndpoint
 
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(String, int, String, Class<?>...) - Constructor for class org.glassfish.tyrus.server.Server
Construct new server.
Server(String, int, String, Set<Class<?>>) - Constructor for class org.glassfish.tyrus.server.Server
Construct new server.
ServerContainerFactory - Class in org.glassfish.tyrus.server
Factory for creating server containers.
ServerContainerFactory() - Constructor for class org.glassfish.tyrus.server.ServerContainerFactory
 
setAsyncSendTimeout(long) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
setDefaultMaxSessionIdleTimeout(long) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
setDefaultMaxTextMessageBufferSize(int) - Method in class org.glassfish.tyrus.server.TyrusServerContainer
 
start() - Method in class org.glassfish.tyrus.server.Server
Start the server.
start() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Start container.
stop() - Method in class org.glassfish.tyrus.server.Server
Stop the server.
stop() - Method in class org.glassfish.tyrus.server.TyrusServerContainer
Undeploy all endpoints and stop underlying TyrusServer.

T

TyrusEndpoint - Class in org.glassfish.tyrus.server
Implementation of SPIRegisteredEndpoint.
TyrusEndpoint(SPIEndpoint) - Constructor for class org.glassfish.tyrus.server.TyrusEndpoint
Create TyrusEndpoint which represents given SPIEndpoint.
TyrusHandshakeRequest - Class in org.glassfish.tyrus.server
TyrusHandshakeRequest(WebSocketRequest) - Constructor for class org.glassfish.tyrus.server.TyrusHandshakeRequest
TyrusRemoteEndpoint - Class in org.glassfish.tyrus.server
SPIRemoteEndpoint implementation.
TyrusRemoteEndpoint(WebSocket) - Constructor for class org.glassfish.tyrus.server.TyrusRemoteEndpoint
Create remote endpoint.
TyrusServerConfiguration - Class in org.glassfish.tyrus.server
Container for either deployed ServerApplicationConfigs, if any, or deployed classes.
TyrusServerConfiguration(Set<Class<?>>, Set<ServerEndpointConfig>) - Constructor for class org.glassfish.tyrus.server.TyrusServerConfiguration
TyrusServerConfiguration(Set<Class<?>>, Set<Class<?>>, Set<ServerEndpointConfig>, ErrorCollector) - Constructor for class org.glassfish.tyrus.server.TyrusServerConfiguration
TyrusServerContainer - Class in org.glassfish.tyrus.server
Server Container Implementation.
TyrusServerContainer(TyrusServer, String, Set<Class<?>>, Set<Class<?>>, Set<ServerEndpointConfig>) - Constructor for class org.glassfish.tyrus.server.TyrusServerContainer
TyrusServerEndpointConfigurator - Class in org.glassfish.tyrus.server
Tyrus implementation of ServerEndpointConfig.Configurator.
TyrusServerEndpointConfigurator() - Constructor for class org.glassfish.tyrus.server.TyrusServerEndpointConfigurator
 
C G I M O R S T 

Copyright © 2012-2013. All Rights Reserved.