Uses of Class
org.apache.mina.core.write.WriteRejectedException
Packages that use WriteRejectedException
Package
Description
Classes that implement IoFilter and provide Secure Sockets Layer
functionality.
-
Uses of WriteRejectedException in org.apache.mina.filter.ssl
Methods in org.apache.mina.filter.ssl that throw WriteRejectedExceptionModifier and TypeMethodDescriptionabstract voidSslHandler.write(IoFilter.NextFilter next, WriteRequest request) Encrypts and writes the specifiedWriteRequestto theIoSessionor enqueues it to be processed later.voidSSLHandlerG0.write(IoFilter.NextFilter next, WriteRequest request) Encrypts and writes the specifiedWriteRequestto theIoSessionor enqueues it to be processed later.voidSSLHandlerG1.write(IoFilter.NextFilter next, WriteRequest request) Encrypts and writes the specifiedWriteRequestto theIoSessionor enqueues it to be processed later.protected voidSSLHandlerG1.write_start(IoFilter.NextFilter next, WriteRequest request)