org.eclipse.jetty.io
类 BuffersFactory

java.lang.Object
  继承者 org.eclipse.jetty.io.BuffersFactory

public class BuffersFactory
extends Object


构造方法摘要
BuffersFactory()
           
 
方法摘要
static Buffers newBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType, int maxSize)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BuffersFactory

public BuffersFactory()
方法详细信息

newBuffers

public static Buffers newBuffers(Buffers.Type headerType,
                                 int headerSize,
                                 Buffers.Type bufferType,
                                 int bufferSize,
                                 Buffers.Type otherType,
                                 int maxSize)


Copyright © 2013. All Rights Reserved.