|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AmberInputStream | |
| amber.client | Amber Client. |
| amber.client.panel | Amber Panel Components. |
| amber.server.manager | Amber Server Manager. |
| amber.server.manager.application | Amber Server Application Manager. |
| amber.server.manager.connection | Amber Server Connection Manager. |
| amber.server.manager.handler | Amber Server Connection Type Classes. |
| amber.type.server | Amber Server Types. |
| Uses of AmberInputStream in amber.client |
| Fields in amber.client declared as AmberInputStream | |
protected AmberInputStream |
RComponent.dataDecoder
The data decoding data stream that is used by all components to send information. |
| Methods in amber.client that return AmberInputStream | |
AmberInputStream |
BaseComponent.createDataInput(Packet packet)
This function creates a data input stream from the data in the packet. |
AmberInputStream |
BaseComponent.getDataInput()
This function returns the current data input stream. |
AmberInputStream |
RComponent.createDataInput(Packet packet)
This function creates a data input stream from the data in the packet. |
AmberInputStream |
RComponent.getDataInput()
This function returns the current data input stream. |
| Uses of AmberInputStream in amber.client.panel |
| Fields in amber.client.panel declared as AmberInputStream | |
protected AmberInputStream |
BaseControl.dataDecoder
The data decoding data stream that is used by all components to send information. |
| Methods in amber.client.panel that return AmberInputStream | |
AmberInputStream |
BaseControl.createDataInput(Packet packet)
This function creates a data input stream from the data in the packet. |
protected AmberInputStream |
BaseControl.getDataInput()
This function returns the current data input stream. |
| Uses of AmberInputStream in amber.server.manager |
| Fields in amber.server.manager declared as AmberInputStream | |
protected AmberInputStream |
Core.dataDecoder
The data decoding data stream that is used by all components to send information. |
| Methods in amber.server.manager that return AmberInputStream | |
protected AmberInputStream |
Core.createDataInput(Packet packet)
This function creates a data input stream from the data in the packet. |
protected AmberInputStream |
Core.getDataInput()
This function returns the current data input stream. |
| Uses of AmberInputStream in amber.server.manager.application |
| Fields in amber.server.manager.application declared as AmberInputStream | |
protected AmberInputStream |
ApplicationManager.dataDecoder
The data decoding data stream that is used by all components to send information. |
| Methods in amber.server.manager.application that return AmberInputStream | |
protected AmberInputStream |
ApplicationManager.createDataInput(Packet packet)
This function creates a data input stream from the data in the packet. |
protected AmberInputStream |
ApplicationManager.getDataInput()
This function returns the current data input stream. |
| Methods in amber.server.manager.application with parameters of type AmberInputStream | |
protected void |
ApplicationManager.connectBrowser(java.net.Socket socket,
Packet initPacket,
AmberInputStream dataDecoder,
int type)
This function handles the connection requirements for the specified incoming connection. |
protected void |
ApplicationManager.connectApplication(java.net.Socket socket,
Packet initPacket,
AmberInputStream dataDecoder,
int type)
This function handles the connection requirements for the specified incoming connection. |
| Uses of AmberInputStream in amber.server.manager.connection |
| Fields in amber.server.manager.connection declared as AmberInputStream | |
protected AmberInputStream |
ConnectionManager.dataDecoder
The data decoding data stream that is used by all components to send information. |
| Methods in amber.server.manager.connection that return AmberInputStream | |
protected AmberInputStream |
ConnectionManager.createDataInput(Packet packet)
This function creates a data input stream from the data in the packet. |
protected AmberInputStream |
ConnectionManager.getDataInput()
This function returns the current data input stream. |
| Uses of AmberInputStream in amber.server.manager.handler |
| Fields in amber.server.manager.handler declared as AmberInputStream | |
protected AmberInputStream |
BaseHandler.dataDecoder
|
| Methods in amber.server.manager.handler with parameters of type AmberInputStream | |
void |
BaseHandler.connectToClient(java.net.Socket socket,
Packet initPacket,
AmberInputStream dataDecoder,
int type)
This function handles the connection requirements for the specified incoming connection. |
protected boolean |
Application.clientRequestedHandlers(java.net.Socket socket,
Packet initPacket,
AmberInputStream dd,
int type)
In the case with an invalid page ID this function checks to see if the client has requested the available ApplicationHandlers. |
protected void |
Browser.performInitialConnection(java.net.Socket socket,
Packet initPacket,
AmberInputStream dataDecoder,
int type)
This function handles the connection requirements for new incoming connections. |
protected void |
Browser.performReconnection(java.net.Socket socket,
Packet initPacket,
AmberInputStream dataDecoder,
int type)
This function handles the connection requirements for a connection which was lost. |
void |
HandlerInterface.connectToClient(java.net.Socket socket,
Packet initPacket,
AmberInputStream dataDecoder,
int type)
This function handles the connection requirements for the specified incoming connection. |
| Uses of AmberInputStream in amber.type.server |
| Fields in amber.type.server declared as AmberInputStream | |
protected AmberInputStream |
PacketData.dataDecoder
This is the normal data reader stream which is used by classes to extract meaningful data from the packet. |
| Methods in amber.type.server that return AmberInputStream | |
AmberInputStream |
PacketData.getDataDecoder()
Gets the data in the following variable: This is the normal data reader stream which is used by classes to extract meaningful data from the packet. |
| Methods in amber.type.server with parameters of type AmberInputStream | |
void |
PacketData.setDataDecoder(AmberInputStream data)
Sets the data in the following variable: This is the normal data reader stream which is used by classes to extract meaningful data from the packet. |
| Constructors in amber.type.server with parameters of type AmberInputStream | |
PacketData(Packet packet,
java.io.ByteArrayInputStream byteData,
AmberInputStream dataDecoder)
Initialising Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||