|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.proxy.SocketAccessController
public class SocketAccessController
An access controller based on socket channels.
Constructor Summary | |
---|---|
SocketAccessController(java.lang.String filters,
Config config,
HttpProxy proxy)
Create a new SocketAccessController that will use a list of internal filters. |
Method Summary | |
---|---|
boolean |
checkAccess(java.nio.channels.SocketChannel sc)
Check if the given channel is allowed access. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SocketAccessController(java.lang.String filters, Config config, HttpProxy proxy)
filters
- a comma separated list of filters to useconfig
- the Config to get the internal filters properties fromproxy
- the HttpProxy using this access controllerMethod Detail |
---|
public boolean checkAccess(java.nio.channels.SocketChannel sc)
sc
- the channel to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |