|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SslConnection
Secure Socket Layer (SSL) Connection.
| Method Summary | |
|---|---|
void |
processDataFromPeer()
Should data be available from the peer this triggers processing it to make it available for input. |
void |
validate()
Ensures the SslConnection is valid. |
| Methods inherited from interface net.officefloor.plugin.socket.server.Connection |
|---|
getInputBufferStream, getLocalAddress, getLock, getOutputBufferStream, getRemoteAddress, isSecure |
| Method Detail |
|---|
void processDataFromPeer()
throws IOException
Should data be available from the peer this triggers processing it to make it available for input.
This is necessary as the SslConnection needs to be made aware
when further data is available from the peer, so that it can either:
IOException - If fails to process the data from peer.
void validate()
throws IOException
SslConnection is valid.
IOException - IOException of the cause of this
SslConnection being invalid.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||