Interface TCPConnection
- All Superinterfaces:
com.fishlib.base.log.LogOutputAppendable
- All Known Implementing Classes:
TCPConnection.Null,TCPConnectionImpl
public interface TCPConnection
extends com.fishlib.base.log.LogOutputAppendable
Created by IntelliJ IDEA. User: rfang Date: Jan 7, 2009 Time: 1:57:14 PM To change this template use File | Settings
| File Templates.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic classstatic interface -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidconnect(InetSocketAddress address) voidvoidvoidvoidsend(ByteBuffer buf) Methods inherited from interface com.fishlib.base.log.LogOutputAppendable
append
-
Field Details
-
NULL
-
-
Method Details
-
connect
- Throws:
IOException
-
connect
- Throws:
IOException
-
disconnect
void disconnect() -
send
- Throws:
IOException
-
send
- Throws:
IOException
-
send
- Throws:
IOException
-
attach
-
getAttachment
Object getAttachment()
-