|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.mina.IoSessionResponder
public class IoSessionResponder
The class that partially integrates the QuickFIX/J Session to a the MINA networking code.
Constructor Summary | |
---|---|
IoSessionResponder(org.apache.mina.common.IoSession session,
boolean synchronousWrites,
long synchronousWriteTimeout)
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IoSessionResponder(org.apache.mina.common.IoSession session, boolean synchronousWrites, long synchronousWriteTimeout)
Method Detail |
---|
public boolean send(java.lang.String data)
Responder
send
in interface Responder
data
- the raw FIX message data
public void disconnect()
Responder
disconnect
in interface Responder
public java.lang.String getRemoteIPAddress()
Responder
getRemoteIPAddress
in interface Responder
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |