com::softwareag::umtransport::ClientSSLTransportContext Class Reference

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. More...

#include <ClientSSLTransportContext.h>

Inheritance diagram for com::softwareag::umtransport::ClientSSLTransportContext:
com::softwareag::umtransport::ClientSocketTransportContext com::softwareag::umtransport::ClientTransportContext com::softwareag::umtransport::TransportContext

Data Structures

class  Builder
 This Builder object is used to build a ClientSSLTransportContext. The ClientSSLTransportContext is configured using the builder so that once build() is called, the ClientSocketTransportContext is only returned if it is valid. You can use the Builder to create simple readable code like this: More...
 

Public Member Functions

virtual bool 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::umtransport::ClientSocketTransportContext
std::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

virtual bool com::softwareag::umtransport::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::umtransport::ClientSocketTransportContext.