Struct actix_connect::Connect [−][src]
pub struct Connect<T> { /* fields omitted */ }
Expand description
Connect request
Implementations
Create Connect
instance by splitting the string by ‘:’ and convert the second part to u16
Create new Connect
instance from host and address. Connector skips name resolution stage
for such connect messages.
Use port if address does not provide one.
By default it set to 0
Use address.
Use addresses.
Takes pre-resolved addresses of the request.