Class EncryptedWriteRequest

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

public class EncryptedWriteRequest extends DefaultWriteRequest
Specialty WriteRequest which indicates that the contents has been encrypted.

This prevents a WriteRequest from being encrypted twice and allows unwrapping of these WriteRequets when dispatching the messageSent events.

Users should not create their own EncryptedWriteRequest objects.