public class BufferSpec extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
directbufs |
static boolean |
directniobufs |
int |
rcvbufsiz |
ObjectWell<ByteBuffer> |
xmtpool |
Constructor and Description |
---|
BufferSpec(int rcvsiz,
int xmtsiz) |
BufferSpec(int rcvsiz,
int xmtsiz,
boolean direct) |
BufferSpec(XmlConfig cfg,
String xpath,
int rcvsiz,
int xmtsiz) |
BufferSpec(XmlConfig cfg,
String xpath,
int rcvsiz,
int xmtsiz,
boolean direct) |
Modifier and Type | Method and Description |
---|---|
String |
charsetName() |
ByteBuffer |
create(CharSequence content) |
ByteBuffer |
createReadBuffer() |
ByteBuffer |
encode(CharSequence content,
ByteBuffer bybuf) |
String |
toString() |
public static final boolean directniobufs
public final int rcvbufsiz
public final boolean directbufs
public final ObjectWell<ByteBuffer> xmtpool
public BufferSpec(int rcvsiz, int xmtsiz)
public BufferSpec(int rcvsiz, int xmtsiz, boolean direct)
public String charsetName()
public ByteBuffer encode(CharSequence content, ByteBuffer bybuf)
public ByteBuffer createReadBuffer()
public ByteBuffer create(CharSequence content)
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.