CEndpointFactory Concrete Class
The socket interface constructor exposed by Network stack
Implements
IEndpointFactory
Subclass of
DefCob
Methods
-
Inherits
CUnknown.QueryInterface
-
Inherits
CUnknown.AddRef
-
Inherits
CUnknown.Release
- CEndpointFactoryMain
implements
IProgram.Main
-
Source in
xpsock.c
endptfac.c
-
The method to be called from a command line interpreter.
Also used as the initial method of a distributed behavior pattern, where
the object is a web service.
- EndpointObjNew
implements
IEndpointFactory.CreateEndpoint
-
Source in
xpsock.c
endptfac.c
-
Build a new Endpoint object.
- CEndpointFactoryCreateEndpointPair
implements
IEndpointFactory.CreateEndpointPair
-
Source in
xpsock.c
endpair.c
endptfac.c
-
Create a pair of PIENDPOINT1 objects.
- WaitForEndpoints
implements
IEndpointFactory.WaitForEndpoints
-
Source in
xpsock.c
endptfac.c
-
Wait for something to happen on a group of endpoints.
- CEndpointFactoryAllocateBuffer
implements
IEndpointFactory.AllocateBuffer
-
Source in
xpsock.c
endptfac.c
-
Create an IBuffer (a packet header mbuf).
- CEndpointFactoryEtherInput
implements
IEndpointFactory.EtherInput
-
Source in
xpsock.c
endptfac.c
-
Deliver a packet up the protocol stack.
- CEndpointFactoryEtherOutput
implements
IEndpointFactory.EtherOutput
-
Source in
xpsock.c
endptfac.c
-
Do the usual low level routing and addressing thing (ARP lookup,
fill in ether header).
- CEndpointFactoryNetLock
implements
IEndpointFactory.NetLock
-
Source in
xpsock.c
endptfac.c
-
Acquire global lock for protocol stack.
- CEndpointFactoryNetUnlock
implements
IEndpointFactory.NetUnlock
-
Source in
xpsock.c
endptfac.c
-
Release global lock for protocol stack.
- CEndpointFactoryIfAttach
implements
IEndpointFactory.IfAttach
-
Source in
xpsock.c
endptfac.c
-
Notify the protocol stack of new network interface.
- CEndpointFactorySignalCondition
implements
IEndpointFactory.SignalCondition
-
Source in
xpsock.c
endptfac.c
-
Signal condition using the network stack lock as barrier mutex.
- CEndpointFactoryWaitCondition
implements
IEndpointFactory.WaitCondition
-
Source in
xpsock.c
endptfac.c
-
Signal condition using the network stack lock as synch mutex.