Package zmq.io.net.tcp
Class TcpUtils.SocketOptionSetter
- java.lang.Object
-
- zmq.io.net.tcp.TcpUtils.SocketOptionSetter
-
- All Implemented Interfaces:
TcpUtils.OptionSetter
- Enclosing class:
- TcpUtils
private abstract static class TcpUtils.SocketOptionSetter extends java.lang.Object implements TcpUtils.OptionSetter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SocketOptionSetter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
setOption(java.net.ServerSocket socket)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface zmq.io.net.tcp.TcpUtils.OptionSetter
setOption
-
-
-
-
Method Detail
-
setOption
public boolean setOption(java.net.ServerSocket socket) throws java.net.SocketException
- Specified by:
setOption
in interfaceTcpUtils.OptionSetter
- Throws:
java.net.SocketException
-
-