|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial | |
| org.atmosphere.wasync.transport | |
| Uses of Transport in org.atmosphere.wasync |
|---|
| Methods in org.atmosphere.wasync that return Transport | |
|---|---|
Transport |
Transport.registerF(FunctionWrapper function)
Register a new FunctionResolver |
Transport |
OptionsBuilder.transport()
The used Transport |
Transport |
Options.transport()
The used Transport |
| Methods in org.atmosphere.wasync with parameters of type Transport | |
|---|---|
T |
OptionsBuilder.registerTransport(Transport transport)
Register a new Transport implementation. |
| Uses of Transport in org.atmosphere.wasync.impl |
|---|
| Fields in org.atmosphere.wasync.impl declared as Transport | |
|---|---|
protected Transport |
SocketRuntime.transport
|
protected Transport |
DefaultSocket.transportInUse
|
| Methods in org.atmosphere.wasync.impl that return Transport | |
|---|---|
Transport |
DefaultOptions.transport()
The used Transport |
| Methods in org.atmosphere.wasync.impl that return types with arguments of type Transport | |
|---|---|
protected java.util.List<Transport> |
DefaultSocket.getTransport(com.ning.http.client.RequestBuilder r,
Request request)
|
| Method parameters in org.atmosphere.wasync.impl with type arguments of type Transport | |
|---|---|
protected Socket |
DefaultSocket.connect(com.ning.http.client.RequestBuilder r,
java.util.List<Transport> transports,
long timeout,
java.util.concurrent.TimeUnit tu)
|
| Constructors in org.atmosphere.wasync.impl with parameters of type Transport | |
|---|---|
AtmosphereSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
java.util.List<FunctionWrapper> functions)
|
|
SocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
java.util.List<FunctionWrapper> functions)
|
|
| Uses of Transport in org.atmosphere.wasync.serial |
|---|
| Constructors in org.atmosphere.wasync.serial with parameters of type Transport | |
|---|---|
SerialSocketRuntime(Transport transport,
Options options,
DefaultFuture rootFuture,
SerializedSocket serializedSocket,
java.util.List<FunctionWrapper> functions)
|
|
| Uses of Transport in org.atmosphere.wasync.transport |
|---|
| Classes in org.atmosphere.wasync.transport that implement Transport | |
|---|---|
class |
LongPollingTransport
Long-Polling Transport implementation |
class |
SSETransport
Server Side Events Transport implementation |
class |
StreamTransport
Streaming Transport implementation |
class |
WebSocketTransport
WebSocket Transport implementation |
| Methods in org.atmosphere.wasync.transport that return Transport | |
|---|---|
Transport |
WebSocketTransport.registerF(FunctionWrapper function)
Register a new FunctionResolver |
Transport |
StreamTransport.registerF(FunctionWrapper function)
Register a new FunctionResolver |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||