Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mockserver-client
master
MockServerClient
BinaryBodyMatcher
BodyMatchers
BodyResponses
BodyTypes
Client
ConnectionOptions
Delay
Expectation
ExpectationId
HttpForward
HttpOverrideForward
HttpRequest
HttpResponse
JsonBodyMatcher
JsonPathBodyMatcher
MockServerApiException
ParametersBodyMatcher
Ports
RegexBodyMatcher
RequestResponse
SocketAddress
StringBodyMatcher
Times
Verification
VerificationSequence
VerificationTimes
XmlBodyMatcher
XpathBodyMatcher
Built with Crystal 1.9.2
2023-10-07 21:29:24 UTC
struct
MockServerClient::SocketAddress
MockServerClient::SocketAddress
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
mockserver/structs.cr
Constructors
.new
(host : String, port : Int32 | Nil, scheme : String)
.new
(pull : JSON::PullParser)
Instance Method Summary
#host
: String
#port
: Int32 | Nil
#port!
#scheme
: String
Constructor Detail
def self.
new
(host : String, port : Int32 | Nil, scheme : String)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
Instance Method Detail
def
host
: String
#
def
port
: Int32 | Nil
#
def
port!
#
[
View source
]
def
scheme
: String
#