Index

D H I 
All Classes and Interfaces|All Packages

D

DelegatingHandler - Class in dev.mccue.microhttp.handler
Template for a class which has a list of handlers that it tries in order.
DelegatingHandler(List<Handler>, IntoResponse) - Constructor for class dev.mccue.microhttp.handler.DelegatingHandler
 
dev.mccue.microhttp.handler - module dev.mccue.microhttp.handler
 
dev.mccue.microhttp.handler - package dev.mccue.microhttp.handler
 

H

handle(Request) - Method in class dev.mccue.microhttp.handler.DelegatingHandler
 
handle(Request) - Method in interface dev.mccue.microhttp.handler.Handler
Handles the request.
Handler - Interface in dev.mccue.microhttp.handler
Handler for requests.

I

intoResponse() - Method in interface dev.mccue.microhttp.handler.IntoResponse
Converts this object into a Response.
IntoResponse - Interface in dev.mccue.microhttp.handler
Something which can be converted into a Response.
D H I 
All Classes and Interfaces|All Packages