Package com.swiftmq.net.protocol
Interface OutputListener
-
- All Known Implementing Classes:
BlockingConnection
public interface OutputListenerAn OutputListener is responsible to write bytes to the network. It is set at a ProtocolOutputHandler and implemented by the Network Swiftlet.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
ProtocolOutputHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intperformWrite(byte[] b, int offset, int len)Performs the write to the network.
-