org.apache.http.nio.reactor.ssl
Class PermanentSSLBufferManagementStrategy
java.lang.Object
org.apache.http.nio.reactor.ssl.PermanentSSLBufferManagementStrategy
- All Implemented Interfaces:
- SSLBufferManagementStrategy
public class PermanentSSLBufferManagementStrategy
- extends Object
- implements SSLBufferManagementStrategy
A SSLBufferManagementStrategy that never releases the underlying buffer.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermanentSSLBufferManagementStrategy
public PermanentSSLBufferManagementStrategy()
constructBuffer
public SSLBuffer constructBuffer(int size)
- Description copied from interface:
SSLBufferManagementStrategy
- Creates a
SSLBuffer of size.
- Specified by:
constructBuffer in interface SSLBufferManagementStrategy
- Parameters:
size - size of the buffer to create
- Returns:
- constructed buffer
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.