Uses of Interface
com.soklet.HttpServer.RequestHandler
Packages that use HttpServer.RequestHandler
-
Uses of HttpServer.RequestHandler in com.soklet
Methods in com.soklet with parameters of type HttpServer.RequestHandlerModifier and TypeMethodDescriptionvoidHttpServer.initialize(@NonNull SokletConfig sokletConfig, @NonNull HttpServer.RequestHandler requestHandler) TheSokletinstance which manages thisHttpServerwill invoke this method exactly once at initialization time - this allowsSokletto "talk" to yourHttpServer.