com.atlassian.tunnel.tunnel.client
Interface TunnelStatusTracker
- All Known Implementing Classes:
- DefaultTunnelStatusTracker
public interface TunnelStatusTracker
onAttempt
void onAttempt()
onFailure
void onFailure(@Nullable
Throwable t)
throws InterruptedException
- Throws:
InterruptedException
onSuccess
void onSuccess()
setTunnelName
void setTunnelName(String tunnelName)
onFailure
void onFailure()
throws InterruptedException
- Throws:
InterruptedException
finish
void finish()
onStreamEnd
void onStreamEnd()
Copyright © 2015 Atlassian. All rights reserved.