Interface ContainerAttachResult
-
public interface ContainerAttachResultThe information for the output stream from container attach.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringpassword()Gets the password to the output stream from the attach.StringwebSocketUri()Gets the WebSocket URI for the output stream from the attach.
-
-
-
Method Detail
-
webSocketUri
String webSocketUri()
Gets the WebSocket URI for the output stream from the attach.- Returns:
- the WebSocket URI.
-
password
String password()
Gets the password to the output stream from the attach. Send as an Authorization header value when connecting to the WebSocket URI.- Returns:
- the password.
-
-