Serialized Form


Package ikrs.httpd

Class ikrs.httpd.AuthorizationException extends HTTPException implements Serializable

Serialized Fields

reasonID

int reasonID

Class ikrs.httpd.ConfigurationException extends java.lang.Exception implements Serializable

Class ikrs.httpd.DataFormatException extends HTTPException implements Serializable

Serialized Fields

errorOffset

long errorOffset

Class ikrs.httpd.HeaderFormatException extends HTTPException implements Serializable

Serialized Fields

headerLine

HTTPHeaderLine headerLine

Class ikrs.httpd.HTTPException extends java.lang.Exception implements Serializable

Class ikrs.httpd.MalformedRequestException extends HTTPException implements Serializable

Class ikrs.httpd.MissingParamException extends HTTPException implements Serializable

Class ikrs.httpd.ParametrizedHTTPException extends HTTPException implements Serializable

Serialized Fields

statusCode

int statusCode

reasonPhrase

java.lang.String reasonPhrase

Class ikrs.httpd.ReadOnlyException extends java.io.IOException implements Serializable

Class ikrs.httpd.UnknownMethodException extends MalformedRequestException implements Serializable

Class ikrs.httpd.UnsupportedFormatException extends HTTPException implements Serializable

Class ikrs.httpd.UnsupportedMethodException extends HTTPException implements Serializable

Class ikrs.httpd.UnsupportedVersionException extends HTTPException implements Serializable


Package ikrs.json

Class ikrs.json.JSONException extends java.lang.Exception implements Serializable


Package ikrs.json.parser

Class ikrs.json.parser.JSONSyntaxException extends java.lang.Exception implements Serializable

Serialized Fields

readPosition

int readPosition
The absolute read position inside the stream.


lineNumber

int lineNumber
The line number where the error was detected.


columnNumber

int columnNumber
The column number where the error was detected.


Package ikrs.json.rpc

Class ikrs.json.rpc.JSONRPCException extends java.lang.Exception implements Serializable


Package ikrs.typesystem

Class ikrs.typesystem.BasicTypeException extends java.lang.RuntimeException implements Serializable


Package ikrs.util

Class ikrs.util.CommandStringIncompleteException extends java.lang.Exception implements Serializable

Class ikrs.util.FileExtensionKeyMap extends java.util.TreeMap<java.lang.String,V> implements Serializable

Serialized Fields

isStrict

boolean isStrict
If the 'isStrict' flag is set to true, ".txt" and "txt" are NOT the same!


isCaseSensitive

boolean isCaseSensitive
If the 'isCaseSensitive' flag is set, ".txt" and ".TXT" are NOT the same!

Class ikrs.util.UnknownCommandException extends java.lang.Exception implements Serializable

Serialized Fields

command

java.lang.String command

Package ikrs.yuccasrv.socketmngr

Package ikrs.yuccasrv.ui

Class ikrs.yuccasrv.ui.InetAddressComboBoxModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

list

java.util.ArrayList<E> list

selectedIndex

int selectedIndex

Class ikrs.yuccasrv.ui.NewServerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

addressComboBox

javax.swing.JComboBox addressComboBox

addressComboBoxModel

InetAddressComboBoxModel addressComboBoxModel

portSpinner

javax.swing.JSpinner portSpinner

portSpinnerModel

javax.swing.SpinnerNumberModel portSpinnerModel

radioTCP

javax.swing.JRadioButton radioTCP

radioUDP

javax.swing.JRadioButton radioUDP

buttonOK

javax.swing.JButton buttonOK

buttonCancel

javax.swing.JButton buttonCancel

backlogSpinner

javax.swing.JSpinner backlogSpinner

backlogSpinnerModel

javax.swing.SpinnerNumberModel backlogSpinnerModel

labelStatus

javax.swing.JLabel labelStatus

serverManagerDialog

ServerManagerDialog serverManagerDialog

Class ikrs.yuccasrv.ui.ServerManagerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

serverSocketTable

javax.swing.JTable serverSocketTable

serverSocketTableModel

ServerSocketTableModel serverSocketTableModel

infoArea

javax.swing.JTextArea infoArea

buttonStartServer

javax.swing.JButton buttonStartServer

buttonStopServer

javax.swing.JButton buttonStopServer

labelStatus

javax.swing.JLabel labelStatus

newServerDialog

NewServerDialog newServerDialog

bindManager

BindManager bindManager

Class ikrs.yuccasrv.ui.ServerSocketTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

rows

java.util.ArrayList<E> rows