public class ServiceAccessController extends ServerServiceFilter
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceAccessController.Access |
| Constructor and Description |
|---|
ServiceAccessController(ServerService next) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkHostsAuthorization(InetAddress clientAddress,
InetAddress serverAddress) |
void |
init(Properties props) |
void |
service(InputStream in,
OutputStream out) |
void |
service(Socket socket) |
public ServiceAccessController(ServerService next)
public void service(Socket socket) throws ServiceException, IOException
service in interface ServerServiceservice in class ServerServiceFilterServiceExceptionIOExceptionpublic void service(InputStream in, OutputStream out) throws ServiceException, IOException
service in interface ServerServiceservice in class ServerServiceFilterServiceExceptionIOExceptionpublic void checkHostsAuthorization(InetAddress clientAddress, InetAddress serverAddress) throws SecurityException
SecurityExceptionpublic void init(Properties props) throws Exception
init in interface Serviceinit in class ServerServiceFilterExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.