Uses of Class
com.github.dockerjava.api.model.InternetProtocol

Packages that use InternetProtocol
com.github.dockerjava.api.model   
 

Uses of InternetProtocol in com.github.dockerjava.api.model
 

Fields in com.github.dockerjava.api.model declared as InternetProtocol
static InternetProtocol InternetProtocol.DEFAULT
          The default InternetProtocol: TCP
 

Methods in com.github.dockerjava.api.model that return InternetProtocol
 InternetProtocol ExposedPort.getProtocol()
           
static InternetProtocol InternetProtocol.parse(String serialized)
          Parses a string to an InternetProtocol.
static InternetProtocol InternetProtocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InternetProtocol[] InternetProtocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.github.dockerjava.api.model with parameters of type InternetProtocol
ExposedPort(int port, InternetProtocol protocol)
          Creates an ExposedPort for the given parameters.
 



Copyright © 2014. All Rights Reserved.