Class TCPConnection.Null
java.lang.Object
io.deephaven.enterprise.comm.protocol.tcp.TCPConnection.Null
- All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable,TCPConnection
- Enclosing interface:
- TCPConnection
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.enterprise.comm.protocol.tcp.TCPConnection
TCPConnection.Factory, TCPConnection.Listener, TCPConnection.Null, TCPConnection.Parameters -
Field Summary
Fields inherited from interface io.deephaven.enterprise.comm.protocol.tcp.TCPConnection
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fishlib.base.log.LogOutputappend(com.fishlib.base.log.LogOutput logOutput) voidvoidvoidconnect(InetSocketAddress address) voidvoidvoidvoidsend(ByteBuffer buf)
-
Constructor Details
-
Null
public Null()
-
-
Method Details
-
connect
- Specified by:
connectin interfaceTCPConnection- Throws:
IOException
-
connect
- Specified by:
connectin interfaceTCPConnection- Throws:
IOException
-
disconnect
public void disconnect()- Specified by:
disconnectin interfaceTCPConnection
-
send
- Specified by:
sendin interfaceTCPConnection- Throws:
IOException
-
send
- Specified by:
sendin interfaceTCPConnection- Throws:
IOException
-
send
- Specified by:
sendin interfaceTCPConnection- Throws:
IOException
-
attach
- Specified by:
attachin interfaceTCPConnection
-
getAttachment
- Specified by:
getAttachmentin interfaceTCPConnection
-
append
public com.fishlib.base.log.LogOutput append(com.fishlib.base.log.LogOutput logOutput) - Specified by:
appendin interfacecom.fishlib.base.log.LogOutputAppendable
-