[
https://issues.apache.org/jira/browse/DIRMINA-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576066#action_12576066
]
Niklas Therning commented on DIRMINA-128:
-----------------------------------------
It's something different. With Socket you have the option to close half of the
connection. See Socket#shutdownInput() and Socket#shutdownOutput(). Some
protocols rely on this feature. Its seems to me, after reading the Javadocs for
SocketChannel, that it is possible to call channel.socket().shutdownInput() to
achieve this.
> IoSession.shutdown(TrafficMask)
> -------------------------------
>
> Key: DIRMINA-128
> URL: https://issues.apache.org/jira/browse/DIRMINA-128
> Project: MINA
> Issue Type: New Feature
> Reporter: Trustin Lee
> Priority: Minor
>
> Users want a method 'shutdown()' so they can shut down the input or output.
> I think we can reuse TrafficMask enumeration type as a parameter of
> shutdown() method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.