Package jag.opcode
Interface RSAsyncConnection
-
- All Superinterfaces:
RSConnection
,RSProvider
public interface RSAsyncConnection extends RSConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finalize0()
RSAsyncInputStream
getInput()
RSAsyncOutputStream
getOutput()
Socket
getSocket()
-
-
-
Method Detail
-
getOutput
RSAsyncOutputStream getOutput()
-
getInput
RSAsyncInputStream getInput()
-
getSocket
Socket getSocket()
-
finalize0
void finalize0()
-
-