server
Class SRoutMatcher

java.lang.Object
  extended by bridge.RoutMatcher
      extended by server.SRoutMatcher
All Implemented Interfaces:
ConnectionHandler

public class SRoutMatcher
extends RoutMatcher
implements ConnectionHandler


Field Summary
 
Fields inherited from class bridge.RoutMatcher
bridge
 
Constructor Summary
SRoutMatcher(Bridge b)
           
 
Method Summary
 java.lang.String[] getTypesToHandle()
           
 void processConnection(ConnectionData data)
           
 
Methods inherited from class bridge.RoutMatcher
addConnectionAnswer, addConnectionInvitation, addRoutMatcherListener, getConAnswers, getConInvitations, removeRoutMatcherListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SRoutMatcher

public SRoutMatcher(Bridge b)
Method Detail

processConnection

public void processConnection(ConnectionData data)
Specified by:
processConnection in interface ConnectionHandler

getTypesToHandle

public java.lang.String[] getTypesToHandle()
Specified by:
getTypesToHandle in interface ConnectionHandler