cgl.narada.transport.ssl
Interface SSLTransport
- All Superinterfaces:
- Transport
- All Known Implementing Classes:
- SSLTransportJSSEImpl
public interface SSLTransport
- extends Transport
Interface for an SSL Transport. Possible implementations include:
(1) WinINET implementation
(2) JSSE Implementation
(3) Fake SSL Implementation
- Version:
- 1.0
|
Method Summary |
void |
connect(String host)
-------------------------------------------------------------------
Connect to a destination using SSL. |
void |
connect(String host,
int port)
-------------------------------------------------------------------
Connect to a destination using SSL. |
| Methods inherited from interface cgl.narada.transport.sslHttpBase.Transport |
connect, disconnect, getStatusCheckInterval, getType, isConnected, isInErrorState, isSecure, receiveData, receiveData, sendData, setProperties, setStatusCheckInterval, setTransportDataListener |
DEFAULT_SSL_PORT
static final int DEFAULT_SSL_PORT
- See Also:
- Constant Field Values
connect
void connect(String host)
throws TransportException
- -------------------------------------------------------------------
Connect to a destination using SSL. The port is assumed to be
standard SSL ports.
- Throws:
TransportException
connect
void connect(String host,
int port)
throws TransportException
- -------------------------------------------------------------------
Connect to a destination using SSL. The port is explicit.
- Throws:
TransportException
For comments and suggestions please send
e-mail to
The NaradaBrokering Project