Class: Gio::NetworkService
- Inherits:
- 
      Object
      
        - Object
- Gio::NetworkService
 
- Defined in:
- (unknown)
Instance Method Summary collapse
- 
  
    
      #domain  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    Domain. 
- #domain=(domain) ⇒ String
- 
  
    
      #new(service, protocol, domain)  ⇒ Gio::NetworkService 
    
    
  
  
  
  
  
  
  
  
  
    Creates a new GNetwork::Service representing the given service, protocol, and domain. 
- 
  
    
      #protocol  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    Protocol. 
- #protocol=(protocol) ⇒ String
- 
  
    
      #scheme  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    Scheme. 
- #scheme=(scheme) ⇒ String
- 
  
    
      #service  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    Service. 
- #service=(service) ⇒ String
Instance Method Details
#domain ⇒ String
Returns domain.
#domain=(domain) ⇒ String
#new(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.
#protocol ⇒ String
Returns protocol.
#protocol=(protocol) ⇒ String
#scheme ⇒ String
Returns scheme.
#scheme=(scheme) ⇒ String
#service ⇒ String
Returns service.