Class SslFilter.EncryptedWriteRequest

java.lang.Object
org.apache.mina.core.write.DefaultWriteRequest
org.apache.mina.filter.ssl.SslFilter.EncryptedWriteRequest
All Implemented Interfaces:
WriteRequest
Enclosing class:
SslFilter

static class SslFilter.EncryptedWriteRequest extends DefaultWriteRequest
A private class used to store encrypted messages. This is necessary to be able to emit the messageSent event with the proper original message, but not for handshake messages, which will be swallowed.