public class IOFilterContext extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
applicationBufferSize |
IOBlockFilter |
filter |
int |
packetBufferSize |
IOFilterResult |
result |
| Constructor and Description |
|---|
IOFilterContext() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getDst() |
ByteBuffer |
getSrc() |
void |
setDst(ByteBuffer dst) |
void |
setSrc(ByteBuffer src) |
public IOFilterResult result
public IOBlockFilter filter
public int packetBufferSize
public int applicationBufferSize
public void setSrc(ByteBuffer src)
public ByteBuffer getSrc()
public void setDst(ByteBuffer dst)
public ByteBuffer getDst()
Copyright © GigaSpaces.