Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of the service.void
service(java.net.Socket socket)
-
-
-
Method Detail
-
service
void service(java.net.Socket socket) throws ServiceException, java.io.IOException
- Throws:
ServiceException
java.io.IOException
-
getName
java.lang.String getName()
Gets the name of the service. Used for display purposes only
-
-