Uses of Interface
com.kttdevelopment.simplehttpserver.SimpleHttpHandler
-
Packages that use SimpleHttpHandler Package Description com.kttdevelopment.simplehttpserver.handler -
-
Uses of SimpleHttpHandler in com.kttdevelopment.simplehttpserver.handler
Classes in com.kttdevelopment.simplehttpserver.handler that implement SimpleHttpHandler Modifier and Type Class Description classFileHandlerA request handler that processes files using theFileHandlerAdapter.classRedirectHandlerA request handler that redirects to a different URL without pushing to the history.classSSEHandlerA SSE handler allows server to client events by using antext/event-stream.
-