Class WebSocketServer.SocketHttpSession
- java.lang.Object
-
- jadex.platform.service.message.websockettransport.WebSocketServer.SocketHttpSession
-
- All Implemented Interfaces:
fi.iki.elonen.NanoHTTPD.IHTTPSession
- Enclosing class:
- WebSocketServer
protected class WebSocketServer.SocketHttpSession extends java.lang.Object
Http session containing the socket.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.net.Socket
socket
The connection socket.
-
Constructor Summary
Constructors Constructor Description SocketHttpSession(fi.iki.elonen.NanoHTTPD.TempFileManager tempfilemanager, java.io.InputStream inputstream, java.io.OutputStream outputstream, java.net.Socket socket)
Create the session.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.Socket
getSocket()
Gets the socket.
-