public class TCPNotification extends Notification
RECEPTION, SEND
Constructor and Description |
---|
TCPNotification(boolean isReception,
java.net.InetSocketAddress address,
boolean eos,
long timeMillis) |
TCPNotification(boolean isReception,
java.net.InetSocketAddress address,
byte[] buffer) |
TCPNotification(boolean isReception,
java.net.InetSocketAddress address,
byte[] buffer,
long timeMillis) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEosReceived() |
void |
setEosReceived(boolean eosReceived) |
getAddress, getBuffer, getDeliveryListener, getErrorObject, getOperationResult, getTimeMillis, isReception, isSend, setAddress, setBuffer, setDeliveryListener, setErrorObject, setOperationResult, setReception, setSend, setTimeMillis
public TCPNotification(boolean isReception, java.net.InetSocketAddress address, byte[] buffer)
isReception
- address
- buffer
- public TCPNotification(boolean isReception, java.net.InetSocketAddress address, byte[] buffer, long timeMillis)
reception
- socketAddress
- recBytes
- currentTimeMillis
- public TCPNotification(boolean isReception, java.net.InetSocketAddress address, boolean eos, long timeMillis)
isReception
- address
- eos
- timeMillis
- Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.