org.mpisws.p2p.transport.wire
Class BogusUDPLayerImpl
java.lang.Object
org.mpisws.p2p.transport.wire.BogusUDPLayerImpl
- All Implemented Interfaces:
- UDPLayer, Destructable
public class BogusUDPLayerImpl
- extends Object
- implements UDPLayer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BogusUDPLayerImpl
public BogusUDPLayerImpl()
sendMessage
public MessageRequestHandle<InetSocketAddress,ByteBuffer> sendMessage(InetSocketAddress destination,
ByteBuffer m,
MessageCallback<InetSocketAddress,ByteBuffer> deliverAckToMe,
Map<String,Object> options)
- Specified by:
sendMessage in interface UDPLayer
destroy
public void destroy()
- Specified by:
destroy in interface Destructable
acceptMessages
public void acceptMessages(boolean b)
- Specified by:
acceptMessages in interface UDPLayer
Copyright © 2010. All Rights Reserved.