org.objectweb.dream.channel
Interface OpenedSocket
- All Known Implementing Classes:
- GenericPushChannelInImpl, OpenedSocketManagerMonoNotPersistentImpl, OpenedSocketManagerMonoPersistentImpl, OpenedSocketManagerMultiPersistentImpl
- public interface OpenedSocket
Interface used by Push ChannelIn components to exchange open socket.
Field Summary |
static String |
ITF_NAME
The default name for interface of this type |
ITF_NAME
public static final String ITF_NAME
- The default name for interface of this type
- See Also:
- Constant Field Values
openedSocket
public void openedSocket(SocketState socket)
throws IOException,
InterruptedException
- Gives an opened socket.
- Parameters:
socket
- a socket state
- Throws:
IOException
- if an IO error occurs.
InterruptedException
- if the execution of the method has been
interrupted.
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.