package xdi2.transport.impl.uri; import xdi2.transport.TransportResponse; import xdi2.transport.impl.AbstractTransportResponse; /** * This class represents an XDI request to a URI (e.g. HTTP or WebSocket). * * @author markus */ public abstract class UriTransportResponse extends AbstractTransportResponse implements TransportResponse { }