Interface RequestWatcher
-
- All Known Subinterfaces:
Request
- All Known Implementing Classes:
ClientSystemUtilities.SendRequestManager.ClientRequest
,ComposedRequest
,SystemUtilities.RequestImpl
public interface RequestWatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
block()
RequestWatcher
compose(RequestWatcher... requestWatchers)
-
-
-
Method Detail
-
block
boolean block()
-
compose
RequestWatcher compose(RequestWatcher... requestWatchers)
-
-