com.softwareag.um.io.ClientSSLTransportContext Class Reference

Constructed using the ClientSSLTransportContext.Builder. More...

Inheritance diagram for com.softwareag.um.io.ClientSSLTransportContext:
com.softwareag.um.io.ClientSocketTransportContext com.softwareag.um.io.ClientTransportContext com.softwareag.um.io.TransportContext

Public Member Functions

boolean supportsAsync ()
 This ClientTransportContext does not currently support Async which means that an exception will be thrown if you try to create an AsynchronousTransport using the TransportFactory.connect variant which takes callback objects. More...
 
- Public Member Functions inherited from com.softwareag.um.io.ClientSocketTransportContext
String getHost ()
 Returns the current value that has been set for the host name. More...
 
int getPort ()
 Returns the current value that has been set for the port. More...
 

Detailed Description

Constructed using the ClientSSLTransportContext.Builder.

All information must be set on the Builder so that when this object is built, it is validated. It is used to create Transport objects using TransportFactory.connect. Communication on the transport is encrypted using SSL and transmitted using Sockets.

Member Function Documentation

boolean com.softwareag.um.io.ClientSSLTransportContext.supportsAsync ( )
virtual

This ClientTransportContext does not currently support Async which means that an exception will be thrown if you try to create an AsynchronousTransport using the TransportFactory.connect variant which takes callback objects.

Returns
false

Reimplemented from com.softwareag.um.io.ClientSocketTransportContext.