Uses of Interface
httpserver.net.ConnectionHandler
Packages that use ConnectionHandler
-
Uses of ConnectionHandler in httpserver
Constructors in httpserver with parameters of type ConnectionHandlerModifierConstructorDescriptionHttpServer(int port, InetAddress bindAddress, boolean daemon, int backlog, Executor executor, ConnectionHandler handler) -
Uses of ConnectionHandler in httpserver.net
Fields in httpserver.net declared as ConnectionHandlerConstructors in httpserver.net with parameters of type ConnectionHandlerModifierConstructorDescriptionConnection(Executor executor, Socket socket, ConnectionHandler handler) protectedConnectionListener(int port, InetAddress bindAddress, boolean daemon, int backlog, Executor executor, ConnectionHandler handler)