org.apache.activeio.xnet
Interface SocketService

All Known Subinterfaces:
ServerService
All Known Implementing Classes:
ServiceAccessController, ServiceDaemon, ServiceLogger, ServicePool

public interface SocketService

Version:
$Revision: 1.1 $ $Date: 2004/04/09 19:04:01 $

Method Summary
 String getName()
          Gets the name of the service.
 void service(Socket socket)
           
 

Method Detail

service

void service(Socket socket)
             throws ServiceException,
                    IOException
Throws:
ServiceException
IOException

getName

String getName()
Gets the name of the service. Used for display purposes only



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.