Package robaho.net.httpserver
Class AuthFilter
java.lang.Object
com.sun.net.httpserver.Filter
robaho.net.httpserver.AuthFilter
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.net.httpserver.Filter
Filter.Chain -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddoFilter(HttpExchange t, Filter.Chain chain) The filter's implementation, which is invoked by the servervoidMethods inherited from class com.sun.net.httpserver.Filter
adaptRequest, afterHandler, beforeHandler
-
Constructor Details
-
AuthFilter
-
-
Method Details
-
description
- Specified by:
descriptionin classFilter
-
setAuthenticator
-
consumeInput
- Throws:
IOException
-
doFilter
The filter's implementation, which is invoked by the server- Specified by:
doFilterin classFilter- Throws:
IOException
-