Uses of Class
ch.nolix.base.net.level1server.SocketEndPoint
Packages that use SocketEndPoint
-
Uses of SocketEndPoint in ch.nolix.base.net.level1server
Methods in ch.nolix.base.net.level1server that return SocketEndPointModifier and TypeMethodDescriptionstatic SocketEndPointSocketEndPoint.toGivenHostAndGivenPortAndDefaultSlot(String host, int port) static SocketEndPointSocketEndPoint.toGivenHostAndGivenPortAndGivenSlot(String host, int port, String slot) static SocketEndPointSocketEndPoint.toGivenHostAndHttpPortAndDefaultSlot(String host) static SocketEndPointSocketEndPoint.toLocaleMachineAndGivenPortAndDefaultSlot(int port) static SocketEndPointSocketEndPoint.toLocalMachineAndGivenPortAndGivenSlot(int port, String slot) static SocketEndPointSocketEndPoint.withSocketAndSocketInputStreamAndSocketOutputStream(Socket socket, InputStream socketInputStream, OutputStream socketOutputStream) static SocketEndPointSocketEndPoint.withSocketAndSocketInputStreamAndSocketOutputStreamAndTarget(Socket socket, InputStream socketInputStream, OutputStream socketOutputStream, String target) Methods in ch.nolix.base.net.level1server with parameters of type SocketEndPointModifier and TypeMethodDescriptionSocketEndPointMessageListener.forSocketEndPoint(SocketEndPoint parentSocketEndPoint)