-
- All Superinterfaces:
Link
,Log
,Observable<Object>
- All Known Subinterfaces:
HttpDownlink<V>
,HttpUplink
- All Known Implementing Classes:
HttpUplinkModem
,RestLaneUplink
public interface HttpLink extends Link
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpLink
observe(Object observer)
Uri
requestUri()
HttpLink
unobserve(Object observer)
-
Methods inherited from interface swim.api.Link
cipherSuite, close, hostUri, isConnected, isRemote, isSecure, laneUri, localAddress, localCertificates, localIdentity, localPrincipal, nodeUri, remoteAddress, remoteCertificates, remoteIdentity, remotePrincipal, securityProtocol
-
-