Package org.apache.http.nio.reactor.ssl
Interface SSLBufferManagementStrategy
-
- All Known Implementing Classes:
PermanentSSLBufferManagementStrategy,ReleasableSSLBufferManagementStrategy
public interface SSLBufferManagementStrategyEncapsulates logic to manager SSL input/output buffers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SSLBufferconstructBuffer(int size)Creates aSSLBufferofsize.
-
-
-
Method Detail
-
constructBuffer
SSLBuffer constructBuffer(int size)
Creates aSSLBufferofsize.- Parameters:
size- size of the buffer to create- Returns:
- constructed buffer
- Throws:
IllegalArgumentException- ifsizeis not greater than0
-
-