fm.liveswitch.TcpSocket Member List

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

acceptAsync(final IAction0 onSuccess, final IAction1< Exception > onFailure, final IAction1< StreamSocket > onSocket)fm.liveswitch.TcpSocket
fm::liveswitch::StreamSocket.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, BooleanHolder addressInUse)fm.liveswitch.TcpSocket
fm::liveswitch::StreamSocket.bind(String ipAddress, int port, fm.liveswitch.BooleanHolder addressInUse)fm.liveswitch.ManagedSocket
close()fm.liveswitch.TcpSocket
connectAsync(final String hostname, final String ipAddress, final int port, int timeout, final IAction0 onSuccess, final IAction2< Exception, Boolean > onFailure)fm.liveswitch.TcpSocket
fm::liveswitch::StreamSocket.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
getAttemptDscp()fm.liveswitch.TcpSocketstatic
getAttemptNoDelay()fm.liveswitch.TcpSocketstatic
getCipherSuites()fm.liveswitch.TcpSocketstatic
getIPv6()fm.liveswitch.TcpSocket
getIsClosed()fm.liveswitch.TcpSocket
getLocalIPAddress()fm.liveswitch.TcpSocket
getLocalPort()fm.liveswitch.TcpSocket
getOnReceiveFailure()fm.liveswitch.StreamSocket
getOnReceiveSuccess()fm.liveswitch.StreamSocket
getPublicIPAddresses()fm.liveswitch.ManagedSocket
getRemoteHostname()fm.liveswitch.TcpSocket
getRemoteIPAddress()fm.liveswitch.TcpSocket
getRemotePort()fm.liveswitch.TcpSocket
getSecure()fm.liveswitch.TcpSocket
getServer()fm.liveswitch.TcpSocket
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.TcpSocket
send(DataBuffer buffer)fm.liveswitch.TcpSocket
fm::liveswitch::StreamSocket.send(fm.liveswitch.DataBuffer buffer)fm.liveswitch.StreamSocket
sendAsync(final DataBuffer buffer, int timeout, final IAction0 onSuccess, final IAction2< Exception, Boolean > onFailure)fm.liveswitch.TcpSocket
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
setAttemptDscp(boolean dscp)fm.liveswitch.TcpSocketstatic
setAttemptNoDelay(boolean noDelay)fm.liveswitch.TcpSocketstatic
setCipherSuites(TcpSocketCipherSuites cipherSuites)fm.liveswitch.TcpSocketstatic
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
TcpSocket(boolean server, boolean ipv6, boolean secure)fm.liveswitch.TcpSocket
TcpSocket(Socket socket, boolean server, boolean secure)fm.liveswitch.TcpSocket