| Constructor and Description | 
|---|
IoSessionResponder(org.apache.mina.core.session.IoSession session,
                  boolean synchronousWrites,
                  long synchronousWriteTimeout,
                  int maxScheduledWriteRequests)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
disconnect()
Disconnect the underlying connection. 
 | 
String | 
getRemoteAddress()
Provides remote address of the session connection, if any. 
 | 
boolean | 
send(String data)
Send a raw FIX message 
 | 
public IoSessionResponder(org.apache.mina.core.session.IoSession session,
                          boolean synchronousWrites,
                          long synchronousWriteTimeout,
                          int maxScheduledWriteRequests)
public boolean send(String data)
Responderpublic void disconnect()
Responderdisconnect in interface Responderpublic String getRemoteAddress()
RespondergetRemoteAddress in interface ResponderCopyright © 2021. All rights reserved.