Rudiments
|
Inherits object.
Inherited by securitycontext, and websocket.
Public Member Functions | |
virtual void | setFileDescriptor (filedescriptor *fd)=0 |
virtual filedescriptor * | getFileDescriptor ()=0 |
Public Member Functions inherited from object | |
virtual | ~object () |
The socketlayer class defines an interface for protocols that sit on top of TCP stream sockets, such as TLS, GSS and Web Sockets.
|
pure virtual |
Returns the file descriptor set by a previous call to setFileDescriptor() or NULL if none has been set.
Implemented in websocket, tlscontext, and gsscontext.
|
pure virtual |
Sets the file desecriptor to be used by the sockeylayer.
Implemented in websocket, tlscontext, and gsscontext.