public interface ChannelAccept
accept
.
One2OneCallChannel
,
Any2OneCallChannel
,
One2AnyCallChannel
,
Any2AnyCallChannel
Modifier and Type | Method and Description |
---|---|
int |
accept(CSProcess server)
This is invoked by a server when it commits to accepting a CALL
from a client.
|
int accept(CSProcess server)
One2OneCallChannel
.
It will not complete until a CALL has been made. If the derived CALL channel has set
the selected field in the way defined by the standard
calling sequence,
the value returned by this method will indicate which method was called.server
- the server process receiving the CALL.Copyright © 1996–2020. All rights reserved.