|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Transport in org.nakedobjects.remoting.client |
|---|
| Methods in org.nakedobjects.remoting.client that return Transport | |
|---|---|
protected Transport |
SerializingOverSocketsProxyInstaller.createTransport()
|
protected abstract Transport |
ProxyInstallerAbstract.createTransport()
Mandatory hook method. |
protected Transport |
EncodingOverSocketsProxyInstaller.createTransport()
|
| Methods in org.nakedobjects.remoting.client with parameters of type Transport | |
|---|---|
protected ClientMarshaller |
SerializingOverSocketsProxyInstaller.createMarshaller(Transport transport)
|
protected abstract ClientMarshaller |
ProxyInstallerAbstract.createMarshaller(Transport transport)
Mandatory hook method. |
protected ClientMarshaller |
EncodingOverSocketsProxyInstaller.createMarshaller(Transport transport)
|
| Uses of Transport in org.nakedobjects.remoting.protocol |
|---|
| Methods in org.nakedobjects.remoting.protocol that return Transport | |
|---|---|
Transport |
MarshallerAbstract.getTransport()
|
| Constructors in org.nakedobjects.remoting.protocol with parameters of type Transport | |
|---|---|
MarshallerAbstract(NakedObjectConfiguration configuration,
Transport transport)
|
|
| Uses of Transport in org.nakedobjects.remoting.protocol.encoding |
|---|
| Constructors in org.nakedobjects.remoting.protocol.encoding with parameters of type Transport | |
|---|---|
EncodingMarshaller(NakedObjectConfiguration configuration,
Transport transport)
|
|
| Uses of Transport in org.nakedobjects.remoting.protocol.serialize |
|---|
| Constructors in org.nakedobjects.remoting.protocol.serialize with parameters of type Transport | |
|---|---|
SerializingMarshaller(NakedObjectConfiguration configuration,
Transport transport)
|
|
| Uses of Transport in org.nakedobjects.remoting.transport |
|---|
| Classes in org.nakedobjects.remoting.transport that implement Transport | |
|---|---|
class |
TransportAbstract
|
| Uses of Transport in org.nakedobjects.remoting.transport.simple |
|---|
| Classes in org.nakedobjects.remoting.transport.simple that implement Transport | |
|---|---|
class |
SimpleTransport
Simple implementation that simply wraps an already existing InputStream and OutputStream. |
| Uses of Transport in org.nakedobjects.remoting.transport.socket |
|---|
| Classes in org.nakedobjects.remoting.transport.socket that implement Transport | |
|---|---|
class |
SocketTransport
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||