| Package | Description | 
|---|---|
| oracle.ifs.protocols.commands | |
| oracle.ifs.protocols.cup.server | |
| oracle.ifs.protocols.utils | 
| Modifier and Type | Method and Description | 
|---|---|
IfsServerChannel | 
CloseChannelContext.getChannel()
Gets the channel. 
 | 
IfsServerChannel | 
CookieContext.getChannel()
Gets the channel. 
 | 
IfsServerChannel | 
IfsCloseChannelContext.getChannel()
Gets the Channel. 
 | 
IfsServerChannel | 
IfsCookieContext.getChannel()
Gets the channel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CloseChannelContext.setChannel(IfsServerChannel channel)
Sets the channel. 
 | 
void | 
CookieContext.setChannel(IfsServerChannel channel)
Sets the channel. 
 | 
void | 
IfsCloseChannelContext.setChannel(IfsServerChannel channel)
Sets the Channel. 
 | 
void | 
IfsCookieContext.setChannel(IfsServerChannel channel)
Sets the channel. 
 | 
| Constructor and Description | 
|---|
IfsCloseChannelContext(IfsServerChannel channel)
Other Constructor. 
 | 
IfsCookieContext(Object cookie,
                IfsServerChannel channel)
Other Constructor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CupServerChannel
The CupServerChannel.java  class - Cup specific Channel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected IfsServerChannel | 
CommandlineUtilityServer.constructChannel(Socket socket,
                int channelKey,
                String threadName)
Construct an IfsProtocolChannel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract IfsServerChannel | 
IfsProtocolServer.constructChannel(Socket socket,
                int channelKey,
                String threadName)
Construct an IfsServerChannel. 
 | 
IfsServerChannel | 
IfsProtocolSession.getChannel()
Gets the Channel. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IfsProtocolSession.setChannel(IfsServerChannel channel)
Sets the Channel. 
 | 
Copyright © 2025. All rights reserved.