Uses of Class
org.apache.mina.core.write.WriteRejectedException
-
Packages that use WriteRejectedException Package Description org.apache.mina.filter.ssl 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 WriteRejectedException Modifier and Type Method Description abstract 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.
-