Package org.apache.http.nio.reactor.ssl
Interface SSLBufferManagementStrategy
- All Known Implementing Classes:
PermanentSSLBufferManagementStrategy
,ReleasableSSLBufferManagementStrategy
public interface SSLBufferManagementStrategy
Encapsulates logic to manager SSL input/output buffers.
-
Method Summary
-
Method Details
-
constructBuffer
Creates aSSLBuffer
ofsize
.- Parameters:
size
- size of the buffer to create- Returns:
- constructed buffer
- Throws:
IllegalArgumentException
- ifsize
is not greater than0
-