public interface IRemoteSocket
Modifier and Type | Method and Description |
---|---|
void |
onData(byte[] buf,
int offset,
int count)
Called when data has been received from the tunneled remote socket
of the server.
|
void |
onException(IOException exception)
Called when an error has occurred on the tunneled remote socket
of the server.
|
void onData(byte[] buf, int offset, int count)
buf
- The bufferoffset
- The offset in the buffer.count
- The count of bytes.void onException(IOException exception)
exception
- The IOException.Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.