|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Responder
Used by a Session to send raw FIX message data and to disconnect a connection. This interface is used by Acceptor or Initiator implementations.
Session
,
Acceptor
,
Initiator
Method Summary | |
---|---|
void |
disconnect()
Disconnect the underlying connection. |
java.lang.String |
getRemoteIPAddress()
Provides remote IP address of the session connection, if any. |
boolean |
send(java.lang.String data)
Send a raw FIX message |
Method Detail |
---|
boolean send(java.lang.String data)
data
- the raw FIX message data
void disconnect()
java.lang.String getRemoteIPAddress()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |