Skip to content

Commit 70d6e19

Browse files
authored
re-added getIoSession()
1 parent 9ffb329 commit 70d6e19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quickfixj-core/src/main/java/quickfix/mina/IoSessionResponder.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ public String getRemoteAddress() {
9292
return null;
9393
}
9494

95+
IoSession getIoSession() {
96+
return ioSession;
97+
}
98+
9599
private Session getQFJSession() {
96100
return (Session) ioSession.getAttribute(SessionConnector.QF_SESSION);
97101
}

0 commit comments

Comments
 (0)