Currently, when RMI fails to listen on a socket, it decides that all future
connections shall use multiplexing mode. However, any existing connections
(which are out of the user's control) will continue to use stream mode,
preventing export of objects.
connections shall use multiplexing mode. However, any existing connections
(which are out of the user's control) will continue to use stream mode,
preventing export of objects.
- relates to
-
JDK-4183204 client-side multiplexing should be disabled
-
- Resolved
-