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 aSSLBufferofsize.- Parameters:
size- size of the buffer to create- Returns:
- constructed buffer
- Throws:
IllegalArgumentException- ifsizeis not greater than0
-