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
 SSLBuffer constructBuffer(int size)
          Creates a SSLBuffer of size.
 

Method Detail

constructBuffer

SSLBuffer constructBuffer(int size)
Creates a SSLBuffer of size.

Parameters:
size - size of the buffer to create
Returns:
constructed buffer
Throws:
IllegalArgumentException - if size is not greater than 0


Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.