Package io.milton.http
Interface HttpExtension
- All Known Implementing Classes:
Http11Protocol,WebDavProtocol
public interface HttpExtension
- Author:
- brad
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getHandlers
- Returns:
- - all method handlers that this extension supports.
-
getCustomPostHandlers
List<CustomPostHandler> getCustomPostHandlers()
-