|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transport | |
|---|---|
| org.fusesource.fabric.dosgi.io | |
| org.fusesource.fabric.dosgi.tcp | |
| Uses of Transport in org.fusesource.fabric.dosgi.io |
|---|
| Methods in org.fusesource.fabric.dosgi.io with parameters of type Transport | |
|---|---|
void |
TransportListener.onRefill(Transport transport)
transport can now accept more commands for transmission. |
void |
TransportListener.onTransportCommand(Transport transport,
java.lang.Object command)
called to process a command |
void |
TransportListener.onTransportConnected(Transport transport)
The transport has been connected. |
void |
TransportListener.onTransportDisconnected(Transport transport)
The transport has suffered a disconnection from which it hopes to recover |
void |
TransportListener.onTransportFailure(Transport transport,
java.io.IOException error)
An unrecoverable exception has occured on the transport |
| Uses of Transport in org.fusesource.fabric.dosgi.tcp |
|---|
| Classes in org.fusesource.fabric.dosgi.tcp that implement Transport | |
|---|---|
class |
TcpTransport
|
| Fields in org.fusesource.fabric.dosgi.tcp with type parameters of type Transport | |
|---|---|
protected java.util.Map<Transport,TransportPool.TransportState> |
TransportPool.transports
|
| Methods in org.fusesource.fabric.dosgi.tcp that return Transport | |
|---|---|
protected abstract Transport |
TransportPool.createTransport(java.lang.String uri)
|
protected Transport |
ClientInvokerImpl.InvokerTransportPool.createTransport(java.lang.String uri)
|
protected Transport |
TransportPool.getIdleTransport()
|
| Methods in org.fusesource.fabric.dosgi.tcp with parameters of type Transport | |
|---|---|
protected boolean |
TransportPool.doOffer(Transport transport,
java.lang.Object command,
java.lang.Object id)
|
protected void |
ServerInvokerImpl.onCommand(Transport transport,
java.lang.Object data)
|
void |
TransportPool.Listener.onRefill(Transport transport)
|
void |
TransportPool.Listener.onTransportCommand(Transport transport,
java.lang.Object command)
|
void |
TransportPool.Listener.onTransportConnected(Transport transport)
|
void |
TransportPool.Listener.onTransportDisconnected(Transport transport)
|
void |
TransportPool.Listener.onTransportFailure(Transport transport,
java.io.IOException error)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||