public class ServiceAccessController extends ServerServiceFilter implements Unwrappable
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ServiceAccessController.Access  | 
| Constructor and Description | 
|---|
ServiceAccessController(ServerService next)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
checkHostsAuthorization(java.net.InetAddress clientAddress,
                       java.net.InetAddress serverAddress)  | 
void | 
init(java.util.Properties props)  | 
void | 
service(java.io.InputStream in,
       java.io.OutputStream out)  | 
void | 
service(java.net.Socket socket)  | 
getDelegate, getIP, getName, getPort, start, stopunwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunwrappublic ServiceAccessController(ServerService next)
public void service(java.net.Socket socket)
             throws ServiceException,
                    java.io.IOException
service in interface ServerServiceservice in class ServerServiceFilterServiceExceptionjava.io.IOExceptionpublic void service(java.io.InputStream in,
                    java.io.OutputStream out)
             throws ServiceException,
                    java.io.IOException
service in interface ServerServiceservice in class ServerServiceFilterServiceExceptionjava.io.IOExceptionpublic void checkHostsAuthorization(java.net.InetAddress clientAddress,
                                    java.net.InetAddress serverAddress)
                             throws java.lang.SecurityException
java.lang.SecurityExceptionpublic void init(java.util.Properties props)
          throws java.lang.Exception
init in interface Serviceinit in class ServerServiceFilterjava.lang.Exception