|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TCPConnection | |
---|---|
se.sics.jipv6.core | |
se.sics.jipv6.http |
Uses of TCPConnection in se.sics.jipv6.core |
---|
Methods in se.sics.jipv6.core that return TCPConnection | |
---|---|
TCPConnection |
TCPHandler.addListenConnection(int port)
|
TCPConnection |
IPStack.listen(int port)
|
Methods in se.sics.jipv6.core with parameters of type TCPConnection | |
---|---|
void |
TCPListener.connectionClosed(TCPConnection connection)
|
void |
TCPConnection.newConnection(TCPConnection c)
|
void |
TCPListener.newConnection(TCPConnection connection)
|
void |
TCPListener.tcpDataReceived(TCPConnection source,
TCPPacket packet)
|
Uses of TCPConnection in se.sics.jipv6.http |
---|
Methods in se.sics.jipv6.http with parameters of type TCPConnection | |
---|---|
void |
HttpServer.connectionClosed(TCPConnection connection)
|
void |
HttpServer.newConnection(TCPConnection connection)
|
void |
HttpServer.tcpDataReceived(TCPConnection source,
TCPPacket packet)
|
Constructors in se.sics.jipv6.http with parameters of type TCPConnection | |
---|---|
HttpServletRequest(TCPConnection connection,
String method,
String path)
|
|
HttpServletResponse(TCPConnection c)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |