|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.realtime.xmpp.dom.DomAcceptComponent.AuthenticationManager
Listener to authenticate whenever a new session is started.
Nested Class Summary |
Nested classes inherited from class com.realtime.xmpp.XmppSessionListener |
XmppSessionListener.Event, XmppSessionListener.Type |
Field Summary |
Fields inherited from interface com.realtime.xmpp.XmppSessionListener |
AUTHENTICATION_FAILED, CANT_CONNECT, CLOSING_SOCKET, CONNECTION_ERROR, INCOMING_PACKET, OPENING_SOCKET, PARSER_SELECTED, PROTOCOL_ERROR, RESTARTING_CONNECTION, SENDING_PACKET, SESSION_AUTHENTICATED, SESSION_ENDED, SESSION_STARTED, SOCKET_CLOSED, SOCKET_OPEN, STARTING_SESSION, STOPPING_COMPONENT, WAITING |
Constructor Summary | |
DomAcceptComponent.AuthenticationManager()
|
Method Summary | |
void |
xmppSessionEvent(XmppSessionListener.Event event)
Respond to SESSION_STARTED events by authenticating with the Jabber server. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DomAcceptComponent.AuthenticationManager()
Method Detail |
public void xmppSessionEvent(XmppSessionListener.Event event)
Respond to SESSION_STARTED events by authenticating with the Jabber server.
xmppSessionEvent
in interface XmppSessionListener
event
- The session event.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |