public static interface HostRestrictingAuthorizationFilter.HttpInteraction
| Modifier and Type | Method and Description | 
|---|---|
| String | getMethod() | 
| String | getQueryString() | 
| String | getRemoteAddr() | 
| String | getRemoteUser() | 
| String | getRequestURI() | 
| boolean | isCommitted() | 
| void | proceed() | 
| void | sendError(int code,
         String message) | 
boolean isCommitted()
String getRemoteAddr()
String getRemoteUser()
String getRequestURI()
String getQueryString()
String getMethod()
void proceed()
      throws IOException,
             javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionvoid sendError(int code,
               String message)
        throws IOException
IOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.