org.nakedobjects.remoting.transport
Interface Transport
- All Superinterfaces:
- ApplicationScopedComponent, Component
- All Known Implementing Classes:
- SimpleTransport, SocketTransport, TransportAbstract
public interface Transport
- extends ApplicationScopedComponent
connect
void connect()
throws java.io.IOException
- Throws:
java.io.IOException
disconnect
void disconnect()
getInputStream
java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getOutputStream
java.io.OutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.