com.web_visage.ichat
Interface ConnectionResource

All Superinterfaces:
IChatResource
All Known Implementing Classes:
DefaultConnectionResource

public interface ConnectionResource
extends IChatResource

IChat connection resource.

Author:
K.Baturytski

Method Summary
 IChatReader getReader()
          Returns a reader for the resource.
 IChatWriter getWriter()
          Returns a writer for the resource.
 boolean isConnected()
          Checks whether resource is connected.
 
Methods inherited from interface com.web_visage.ichat.IChatResource
acquire, release
 

Method Detail

getReader

IChatReader getReader()
Returns a reader for the resource.

Returns:

getWriter

IChatWriter getWriter()
Returns a writer for the resource.

Returns:

isConnected

boolean isConnected()
Checks whether resource is connected.

Returns: