|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| org.atmosphere.wasync | |
| org.atmosphere.wasync.impl | |
| 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 |
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 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,
List<Transport> transports)
|
protected Socket |
DefaultSocket.connect(com.ning.http.client.RequestBuilder r,
List<Transport> transports,
long timeout,
TimeUnit tu)
|
| Uses of Transport in org.atmosphere.wasync.transport |
|---|
| Classes in org.atmosphere.wasync.transport that implement Transport | |
|---|---|
class |
LongPollingTransport
|
class |
SSETransport
|
class |
StreamTransport
|
class |
WebSocketTransport
|
| 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 | |||||||||