Lifecycle.SingleUse
asyncSupported, container, containerLog, info, next, sm
mserver
AFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
Constructor and Description |
---|
RemoteCIDRValve() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllow()
Return a string representation of the
NetMask list in #allow. |
java.lang.String |
getDeny()
Return a string representation of the
NetMask list in #deny. |
void |
invoke(Request request,
Response response)
The implementation-specific logic represented by this Valve.
|
void |
setAllow(java.lang.String input)
Fill the #allow list with the list of netmasks provided as an argument,
if any.
|
void |
setDeny(java.lang.String input)
Fill the #deny list with the list of netmasks provided as an argument, if
any.
|
backgroundProcess, event, getContainer, getDomainInternal, getInfo, getNext, getObjectNameKeyProperties, initInternal, isAsyncSupported, setAsyncSupported, setContainer, setNext, startInternal, stopInternal, toString
destroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister
addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, init, removeLifecycleListener, setState, setState, start, stop
public java.lang.String getAllow()
NetMask
list in #allow.public void setAllow(java.lang.String input)
input
- The list of netmasks, as a comma separated stringjava.lang.IllegalArgumentException
- One or more netmasks are invalidpublic java.lang.String getDeny()
NetMask
list in #deny.public void setDeny(java.lang.String input)
input
- The list of netmasks, as a comma separated stringjava.lang.IllegalArgumentException
- One or more netmasks are invalidpublic void invoke(Request request, Response response) throws java.io.IOException, ServletException
ValveBase
This method MUST be provided by a subclass.
invoke
in interface Valve
invoke
in class ValveBase
request
- The servlet request to be processedresponse
- The servlet response to be createdjava.io.IOException
- if an input/output error occursServletException
- if a servlet error occursCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.