fm.liveswitch.StreamSocket Member List

This is the complete list of members for fm.liveswitch.StreamSocket, including all inherited members.

acceptAsync(fm.liveswitch.IAction0 onSuccess, fm.liveswitch.IAction1< java.lang.Exception > onFailure, fm.liveswitch.IAction1< fm.liveswitch.StreamSocket > onSocket)fm.liveswitch.StreamSocket
bind(String ipAddress, int port, fm.liveswitch.BooleanHolder addressInUse)fm.liveswitch.ManagedSocket
close()fm.liveswitch.ManagedSocket
connectAsync(String hostname, String ipAddress, int port, int timeout, fm.liveswitch.IAction0 onSuccess, fm.liveswitch.IAction2< java.lang.Exception, Boolean > onFailure)fm.liveswitch.StreamSocket
getAdapterSpeed()fm.liveswitch.ManagedSocket
getIPv6()fm.liveswitch.ManagedSocket
getIsClosed()fm.liveswitch.ManagedSocket
getLocalIPAddress()fm.liveswitch.ManagedSocket
getLocalPort()fm.liveswitch.ManagedSocket
getOnReceiveFailure()fm.liveswitch.StreamSocket
getOnReceiveSuccess()fm.liveswitch.StreamSocket
getPublicIPAddresses()fm.liveswitch.ManagedSocket
getRemoteHostname()fm.liveswitch.StreamSocket
getRemoteIPAddress()fm.liveswitch.StreamSocket
getRemotePort()fm.liveswitch.StreamSocket
getSecure()fm.liveswitch.StreamSocket
getServer()fm.liveswitch.StreamSocket
ManagedSocket()fm.liveswitch.ManagedSocketprotected
raiseAcceptFailure(fm.liveswitch.IAction1< java.lang.Exception > callback, java.lang.Exception exception)fm.liveswitch.StreamSocketprotected
raiseAcceptSocket(fm.liveswitch.IAction1< fm.liveswitch.StreamSocket > callback, fm.liveswitch.StreamSocket socket)fm.liveswitch.StreamSocketprotected
raiseAcceptSuccess(fm.liveswitch.IAction0 callback)fm.liveswitch.StreamSocketprotected
raiseConnectFailure(fm.liveswitch.IAction2< java.lang.Exception, Boolean > callback, java.lang.Exception exception, boolean timedOut)fm.liveswitch.StreamSocketprotected
raiseConnectSuccess(fm.liveswitch.IAction0 callback)fm.liveswitch.StreamSocketprotected
raiseReceiveFailure(fm.liveswitch.IAction2< java.lang.Exception, Boolean > callback, java.lang.Exception exception, boolean timedOut)fm.liveswitch.StreamSocketprotected
raiseReceiveSuccess(fm.liveswitch.IAction1< fm.liveswitch.DataBuffer > callback, fm.liveswitch.DataBuffer buffer)fm.liveswitch.StreamSocketprotected
raiseSendFailure(fm.liveswitch.IAction2< java.lang.Exception, Boolean > callback, java.lang.Exception exception, boolean timedOut)fm.liveswitch.StreamSocketprotected
raiseSendSuccess(fm.liveswitch.IAction0 callback)fm.liveswitch.StreamSocketprotected
receiveAsync(int timeout)fm.liveswitch.StreamSocket
send(fm.liveswitch.DataBuffer buffer)fm.liveswitch.StreamSocket
sendAsync(fm.liveswitch.DataBuffer buffer, int timeout, fm.liveswitch.IAction0 onSuccess, fm.liveswitch.IAction2< java.lang.Exception, Boolean > onFailure)fm.liveswitch.StreamSocket
setAdapterSpeed(long value)fm.liveswitch.ManagedSocket
setOnReceiveFailure(fm.liveswitch.IAction2< java.lang.Exception, Boolean > value)fm.liveswitch.StreamSocket
setOnReceiveSuccess(fm.liveswitch.IAction1< fm.liveswitch.DataBuffer > value)fm.liveswitch.StreamSocket
setPublicIPAddresses(String[] value)fm.liveswitch.ManagedSocket
StreamSocket()fm.liveswitch.StreamSocketprotected