org.jdiameter.common.impl.app.rx
Class RxReAuthRequestImpl

java.lang.Object
  extended by org.jdiameter.common.impl.app.AppEventImpl
      extended by org.jdiameter.common.impl.app.AppRequestEventImpl
          extended by org.jdiameter.common.impl.app.rx.RxReAuthRequestImpl
All Implemented Interfaces:
java.io.Serializable, AppEvent, AppRequestEvent, RxReAuthRequest

public class RxReAuthRequestImpl
extends AppRequestEventImpl
implements RxReAuthRequest

Author:
Richard Good , Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Field Summary
protected  org.slf4j.Logger logger
           
 
Fields inherited from class org.jdiameter.common.impl.app.AppEventImpl
message
 
Fields inherited from interface org.jdiameter.api.rx.events.RxReAuthRequest
_LONG_NAME, _SHORT_NAME, code
 
Constructor Summary
RxReAuthRequestImpl(AppSession session, java.lang.String destRealm, java.lang.String destHost)
           
RxReAuthRequestImpl(Request request)
           
 
Method Summary
 
Methods inherited from class org.jdiameter.common.impl.app.AppRequestEventImpl
getDestinationHost, getDestinationRealm
 
Methods inherited from class org.jdiameter.common.impl.app.AppEventImpl
equals, getCommandCode, getMessage, getOriginHost, getOriginRealm, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jdiameter.api.app.AppRequestEvent
getDestinationHost, getDestinationRealm
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Field Detail

logger

protected org.slf4j.Logger logger
Constructor Detail

RxReAuthRequestImpl

public RxReAuthRequestImpl(AppSession session,
                           java.lang.String destRealm,
                           java.lang.String destHost)

RxReAuthRequestImpl

public RxReAuthRequestImpl(Request request)


Copyright © 2014. All Rights Reserved.