Uses of Class
com.spotify.docker.client.LogMessage.Stream
-
Packages that use LogMessage.Stream Package Description com.spotify.docker.client -
-
Uses of LogMessage.Stream in com.spotify.docker.client
Fields in com.spotify.docker.client declared as LogMessage.Stream Modifier and Type Field Description (package private) LogMessage.Stream
LogMessage. stream
Methods in com.spotify.docker.client that return LogMessage.Stream Modifier and Type Method Description static LogMessage.Stream
LogMessage.Stream. of(int id)
LogMessage.Stream
LogMessage. stream()
static LogMessage.Stream
LogMessage.Stream. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogMessage.Stream[]
LogMessage.Stream. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.spotify.docker.client with parameters of type LogMessage.Stream Constructor Description LogMessage(LogMessage.Stream stream, java.nio.ByteBuffer content)
-