com.threerings.nexus.net
Class Downstream.SubscribeFailure
java.lang.Object
com.threerings.nexus.net.Downstream.SubscribeFailure
- All Implemented Interfaces:
- Streamable, Downstream
- Enclosing interface:
- Downstream
public static class Downstream.SubscribeFailure
- extends Object
- implements Downstream
A failure response to a subscription request.
addr
public final Address<?> addr
- The address of the object requested.
cause
public final String cause
- The reason for the failure.
Downstream.SubscribeFailure
public Downstream.SubscribeFailure(Address<?> addr,
String cause)
dispatch
public void dispatch(Downstream.Handler handler)
- Description copied from interface:
Downstream
- Dispatches this message to the appropriate method on the supplied handler.
- Specified by:
dispatch
in interface Downstream
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013. All Rights Reserved.