Uses of Class
com.kttdevelopment.simplehttpserver.SimpleHttpExchange
-
Packages that use SimpleHttpExchange Package Description com.kttdevelopment.simplehttpserver com.kttdevelopment.simplehttpserver.handler -
-
Uses of SimpleHttpExchange in com.kttdevelopment.simplehttpserver
Methods in com.kttdevelopment.simplehttpserver with parameters of type SimpleHttpExchange Modifier and Type Method Description abstract HttpSessionSimpleHttpServer. getHttpSession(SimpleHttpExchange exchange)Returns the session associated with an exchange or null it no session handler exists.voidSimpleHttpHandler. handle(SimpleHttpExchange exchange)Handlers the given request and generates a response if no exceptions occur. -
Uses of SimpleHttpExchange in com.kttdevelopment.simplehttpserver.handler
Methods in com.kttdevelopment.simplehttpserver.handler with parameters of type SimpleHttpExchange Modifier and Type Method Description voidFileHandler. handle(SimpleHttpExchange exchange)voidFileHandler. handle(SimpleHttpExchange exchange, File source, byte[] bytes)Handles a file and gives a response.voidRedirectHandler. handle(SimpleHttpExchange exchange)voidSSEHandler. handle(SimpleHttpExchange exchange)
-