Modifier and Type | Method and Description |
---|---|
boolean |
isConnected() |
boolean |
isOpen() |
Address |
localAddress() |
Address |
remoteAddress() |
void |
send(byte[] data,
int offset,
int length)
Sends data to the remote server.
|
void |
send(ByteBuffer data)
Sends data to the remote server.
|
Address localAddress()
Address remoteAddress()
boolean isOpen()
boolean isConnected()
void send(byte[] data, int offset, int length) throws Exception
Exception
void send(ByteBuffer data) throws Exception
Exception
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.