java.lang.Object
swim.system.AbstractWarpRef
swim.system.AbstractTierBinding
swim.system.LaneView
swim.system.http.HttpLaneView<V>
swim.system.http.RestLaneView<V>
- All Implemented Interfaces:
DownlinkFactory,HttpLane<V>,Lane,WarpRef,Observable<Object>,CellContext,TierBinding,Log
-
Field Summary
FieldsFields inherited from class swim.system.AbstractTierBinding
CLOSED_PHASE, CLOSED_STATE, CLOSING_STATE, FAILED_STATE, FAILING_STATE, LOADED_PHASE, LOADED_STATE, LOADING_STATE, OPENED_PHASE, OPENED_STATE, OPENING_STATE, PHASE_MASK, PHASE_SHIFT, RECOVERING_STATE, STARTED_PHASE, STARTED_STATE, STARTING_STATE, STATE_MASK, status, STATUS, STOPPING_STATE, UNLOADING_STATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()decodeRequest(DecodeRequestHttp<V> decodeRequest) didRequest(DidRequestHttp<V> didRequest) didRespond(DidRespondHttp<?> didRespond) doRespond(DoRespondHttp<V> doRespond) willRequest(WillRequestHttp<?> willRequest) willRespond(WillRespondHttp<?> willRespond) Methods inherited from class swim.system.http.HttpLaneView
dispatchDecodeRequest, dispatchDidRequest, dispatchDidRespond, dispatchDoRespond, dispatchWillRequest, dispatchWillRespond, laneDecodeRequest, laneDidRequest, laneDidRespond, laneDoRespond, laneWillRequest, laneWillRespondMethods inherited from class swim.system.LaneView
bindDownlink, bottomLane, cellAddress, closeDownlink, debug, edgeName, error, fail, hostUri, info, laneContext, laneDidFail, laneUri, meshUri, nodeUri, openDownlink, openMetaDownlink, policy, pushDown, reportDown, schedule, stage, store, tierContext, trace, unwrapLane, warnMethods inherited from class swim.system.AbstractTierBinding
activate, awaitStart, didClose, didFail, didLoad, didOpen, didStart, didStop, didUnload, isClosed, isLoaded, isOpened, isStarted, load, open, start, stop, unload, willClose, willLoad, willOpen, willStart, willStop, willUnloadMethods inherited from class swim.system.AbstractWarpRef
command, command, command, command, command, command, command, command, command, command, command, command, command, command, command, command, downlink, downlinkHttp, downlinkList, downlinkMap, downlinkValue, downlinkWs, hostRef, hostRef, laneRef, laneRef, laneRef, laneRef, nodeRef, nodeRef, nodeRef, nodeRef
-
Field Details
-
agentContext
-
laneBinding
-
-
Constructor Details
-
RestLaneView
-
-
Method Details
-
agentContext
- Specified by:
agentContextin classLaneView
-
laneBinding
- Specified by:
laneBindingin classLaneView
-
createLaneBinding
- Specified by:
createLaneBindingin classLaneView
-
close
public void close() -
observe
-
unobserve
-
decodeRequest
- Specified by:
decodeRequestin interfaceHttpLane<V>- Specified by:
decodeRequestin classHttpLaneView<V>
-
willRequest
- Specified by:
willRequestin interfaceHttpLane<V>- Specified by:
willRequestin classHttpLaneView<V>
-
didRequest
- Specified by:
didRequestin interfaceHttpLane<V>- Specified by:
didRequestin classHttpLaneView<V>
-
doRespond
-
willRespond
- Specified by:
willRespondin interfaceHttpLane<V>- Specified by:
willRespondin classHttpLaneView<V>
-
didRespond
- Specified by:
didRespondin interfaceHttpLane<V>- Specified by:
didRespondin classHttpLaneView<V>
-