public static interface AprSocketContext.RawDataHandler
Modifier and Type | Method and Description |
---|---|
void |
rawData(AprSocket ch,
boolean input,
byte[] data,
int pos,
int len,
int requested,
boolean closed) |
void rawData(AprSocket ch, boolean input, byte[] data, int pos, int len, int requested, boolean closed)
Copyright © 2008–2019 The Netty Project. All rights reserved.