Class: Gio::NetworkService
- Inherits:
-
Object
- Object
- Gio::NetworkService
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#domain ⇒ String
Network domain, for example
example.com. -
#domain=(domain) ⇒ String
Network domain, for example
example.com. -
#initialize(service, protocol, domain) ⇒ Gio::NetworkService
constructor
Creates a new GNetwork::Service representing the given service, protocol, and domain.
-
#protocol ⇒ String
Network protocol, for example
tcp. -
#protocol=(protocol) ⇒ String
Network protocol, for example
tcp. -
#scheme ⇒ String
Network scheme (default is to use service).
-
#scheme=(scheme) ⇒ String
Network scheme (default is to use service).
-
#service ⇒ String
Service name, for example
ldap. -
#service=(service) ⇒ String
Service name, for example
ldap.
Constructor Details
#initialize(service, protocol, domain) ⇒ Gio::NetworkService
Creates a new GNetwork::Service representing the given service, protocol, and domain. This will initially be unresolved; use the GSocket::Connectable interface to resolve it.
Instance Method Details
#domain ⇒ String
Network domain, for example example.com.
#domain=(domain) ⇒ String
Network domain, for example example.com.
#protocol ⇒ String
Network protocol, for example tcp.
#protocol=(protocol) ⇒ String
Network protocol, for example tcp.
#scheme ⇒ String
Network scheme (default is to use service).
#scheme=(scheme) ⇒ String
Network scheme (default is to use service).
#service ⇒ String
Service name, for example ldap.
#service=(service) ⇒ String
Service name, for example ldap.