|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAsynchConnection
Asynchronous connection
Method Summary | |
---|---|
void |
sendAsynch(ID receiver,
byte[] data)
Send data asynchronously. |
Methods inherited from interface org.eclipse.ecf.provider.comm.IConnection |
---|
addListener, connect, disconnect, getLocalID, getProperties, isConnected, isStarted, removeListener, start, stop |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
void sendAsynch(ID receiver, byte[] data) throws java.io.IOException
receiver
- the ID of the intended receiverdata
- the data to send
java.io.IOException
- thrown if data cannot be sent (e.g. disconnected)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |