Uses of Interface
tasks.ChatServerNetwork

Packages that use ChatServerNetwork
tasks   
 

Uses of ChatServerNetwork in tasks
 

Classes in tasks that implement ChatServerNetwork
 class ChatServerNetworkSilent
          This is a ChatServerNetwork that doesn't provide any network connectivity.
 class ChatServerNetworkTask
          This is a ChatServerNetwork implementation that uses a Task's broadcasting features to communicate with other chat servers.
 

Constructors in tasks with parameters of type ChatServerNetwork
ChatServer(ChatServerNetwork networkAccess)