public class NetworkLog extends Object
| Constructor and Description |
|---|
NetworkLog(SocketChannel channel,
String op) |
| Modifier and Type | Method and Description |
|---|---|
void |
idle() |
void |
log(ByteBuffer bytes,
int start,
int end) |
void |
log0(ByteBuffer bytes,
int start,
int end) |
public NetworkLog(@NotNull
SocketChannel channel,
String op)
throws IOException
IOExceptionpublic void idle()
public void log(@NotNull
ByteBuffer bytes,
int start,
int end)
public void log0(@NotNull
ByteBuffer bytes,
int start,
int end)
Copyright © 2016. All rights reserved.