Package | Description |
---|---|
org.glassfish.tyrus.client |
Common Client.
|
org.glassfish.tyrus.container.grizzly.client |
Grizzly Client container.
|
org.glassfish.tyrus.container.inmemory |
In-memory container (client and server).
|
org.glassfish.tyrus.container.jdk.client |
JDK Client container based on JDK 7 NIO framework.
|
org.glassfish.tyrus.spi |
Tyrus SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
TyrusClientEngine
Tyrus
ClientEngine implementation. |
Modifier and Type | Method and Description |
---|---|
void |
GrizzlyClientContainer.openClientSocket(javax.websocket.ClientEndpointConfig cec,
Map<String,Object> properties,
ClientEngine clientEngine) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryClientContainer.openClientSocket(javax.websocket.ClientEndpointConfig cec,
Map<String,Object> properties,
ClientEngine clientEngine) |
Modifier and Type | Method and Description |
---|---|
void |
JdkClientContainer.openClientSocket(javax.websocket.ClientEndpointConfig cec,
Map<String,Object> properties,
ClientEngine clientEngine) |
Modifier and Type | Method and Description |
---|---|
void |
ClientContainer.openClientSocket(javax.websocket.ClientEndpointConfig cec,
Map<String,Object> properties,
ClientEngine clientEngine)
Open client socket - connect to endpoint specified with
url parameter. |
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.