Class Poco::Net::Impl::LocalSocketAddressImpl (original) (raw)
Library: Net
Package: NetCore
Header: Poco/Net/SocketAddressImpl.h
Inheritance
Direct Base Classes: SocketAddressImpl
All Base Classes: SocketAddressImpl, Poco::RefCountedObject
Member Summary
Member Functions: addr, af, family, host, length, path, port, toString
Inherited Functions: addr, af, duplicate, family, host, length, port, referenceCount, release, toString
Constructors
LocalSocketAddressImpl
LocalSocketAddressImpl(
const struct sockaddr_un * addr
);
LocalSocketAddressImpl
LocalSocketAddressImpl(
const char * path
);
LocalSocketAddressImpl
LocalSocketAddressImpl(
const char * path,
std::size_t length
);
Destructor
~LocalSocketAddressImpl 
Member Functions
addr

const struct sockaddr * addr() const;
af

int af() const;
family

Family family() const;
host

IPAddress host() const;
length

socklen_t length() const;
path 
const char * path() const;
port

UInt16 port() const;
toString 
std::string toString() const;