net.gleamynode.netty.handler.ssl
Class SslBufferPool

java.lang.Object
  extended by net.gleamynode.netty.handler.ssl.SslBufferPool

public class SslBufferPool
extends Object

Version:
$Rev$, $Date$
Author:
The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)

Constructor Summary
SslBufferPool()
           
SslBufferPool(int poolSize)
           
 
Method Summary
 int getMaxPoolSize()
           
 int getUnacquiredPoolSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslBufferPool

public SslBufferPool()

SslBufferPool

public SslBufferPool(int poolSize)
Method Detail

getMaxPoolSize

public int getMaxPoolSize()

getUnacquiredPoolSize

public int getUnacquiredPoolSize()


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.