Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
P
R
S
U
V
X
G
getChild(Object, int)
- Method in class com.superhac.JXBStreamer.Gui.
FileTreeModel
getChildCount(Object)
- Method in class com.superhac.JXBStreamer.Gui.
FileTreeModel
getClients()
- Method in class com.superhac.JXBStreamer.Core.
ServerStatus
Gets the list of ConnectedClientStatus objects
getClientVersion()
- Method in class com.superhac.JXBStreamer.Core.
ConnectedClientStatus
Get the clients XBMSP Protocol version
getColumnCount()
- Method in class com.superhac.JXBStreamer.Gui.
ConnectionStatusTabMod
getColumnCount()
- Method in class com.superhac.JXBStreamer.Gui.
ShareTableModel
getColumnName(int)
- Method in class com.superhac.JXBStreamer.Gui.
ConnectionStatusTabMod
getColumnName(int)
- Method in class com.superhac.JXBStreamer.Gui.
ShareTableModel
getEntryDataByIndex(int)
- Method in class com.superhac.JXBStreamer.Core.
DirectoryHandlerObject
Gets a specfic directory item specified by index.
getFile()
- Method in class com.superhac.JXBStreamer.Core.
FileHandlerObject
Gets the File object of the file represented by FileHandleObject
getFileByIndex(int)
- Method in class com.superhac.JXBStreamer.Core.
DirectoryHandlerObject
This gets the File Object for the index number requested.
getFileIndexNumber(String)
- Method in class com.superhac.JXBStreamer.Core.
DirectoryHandlerObject
Gets the file index number of the named file within the directory.
getFileName()
- Method in class com.superhac.JXBStreamer.Core.
FileHandlerObject
Get the file name represented by FileHandleObject
getFileTransferRate()
- Method in class com.superhac.JXBStreamer.Core.
FileHandlerObject
Gets the file transfer rate in seconds.
getHandle()
- Method in class com.superhac.JXBStreamer.Core.
DirectoryHandlerObject
Get the handle number for this directory.
getHandle()
- Method in class com.superhac.JXBStreamer.Core.
FileHandlerObject
Gets the handle number
getIndexOfChild(Object, Object)
- Method in class com.superhac.JXBStreamer.Gui.
FileTreeModel
getJDialog(JFrame)
- Method in class com.superhac.JXBStreamer.Gui.
SettingsWindow
This method initializes jDialog
getJFrame(JFrame)
- Method in class com.superhac.JXBStreamer.Gui.
AboutWindow
This method initializes jFrame
getJFrame()
- Method in class com.superhac.JXBStreamer.Gui.
DebugWindow
This method initializes jFrame
getJPanel()
- Method in class com.superhac.JXBStreamer.Gui.
MainStatusBar
This method initializes jPanel
getJPanel()
- Method in class com.superhac.JXBStreamer.Gui.
SharePanel
This method initializes jPanel
getJPanel()
- Method in class com.superhac.JXBStreamer.Gui.
StatusPanel
This method initializes jPanel
getJWindow()
- Method in class com.superhac.JXBStreamer.Gui.
SplashScreen
This method initializes jWindow
getLastClientCommand()
- Method in class com.superhac.JXBStreamer.Core.
ConnectedClientStatus
Gets the clients last XBMSP command sent to the server.
getLastTransmissionDelay()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPServerMessageHandler
Gets the number of seconds since client last sent a message.
getLocalIPAddress()
- Static method in class com.superhac.JXBStreamer.Core.
InternalIPFinder
getLogger()
- Static method in class com.superhac.JXBStreamer.Core.
Debug
Get the logger for the entire package.
getMaximumClientIdleTime()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPServer
Gets the maximum client idle time before being disconnected by the server.
getNextEntry()
- Method in class com.superhac.JXBStreamer.Core.
DirectoryHandlerObject
Gets the next directory item(file) requested by the client.
getOpenDirectoryHandlers()
- Method in class com.superhac.JXBStreamer.Core.
ConnectedClientStatus
The XBMSP protcol uses handles for associating File and Directory names.
getOpenFileHandlers()
- Method in class com.superhac.JXBStreamer.Core.
ConnectedClientStatus
The XBMSP protcol uses handles for associating File and Directory names.
getPacket()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Call this after the message is ready to be transmitted.
getPath()
- Method in class com.superhac.JXBStreamer.Core.
DirectoryHandlerObject
Gets the path(File) represented by this DirectoryHandlerObject.
getPayloadByte()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Gets the first byte from the payload..
getPayloadData()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Gets the first byte[] from the payload..
getPayloadInt()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Gets the first Int from the payload..
getPayloadInt2()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Gets the second Int from the payload..
getPayloadInt64()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Gets the first long(INT64) from the payload..
getPayloadString()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Gets the first String from the payload..
getPayloadString2()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Gets the Second String from the payload..
getPort()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPServer
Gets the binding port for the XBMSP server.
getPort()
- Method in class com.superhac.JXBStreamer.Gui.
SettingsWindow
getRoot()
- Method in class com.superhac.JXBStreamer.Gui.
FileTreeModel
getRowCount()
- Method in class com.superhac.JXBStreamer.Gui.
ConnectionStatusTabMod
getRowCount()
- Method in class com.superhac.JXBStreamer.Gui.
ShareTableModel
getServerMessageHandlers()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPServer
Returns an ArrayList of the message handlers.
getServerStatus()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPServer
Provides detailed information about each connected client.
getSocketChannel()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPServerMessageHandler
Gets the socket channel that assigned to this message handler.
getSourceIP()
- Method in class com.superhac.JXBStreamer.Core.
ConnectedClientStatus
Gets the source IP address of the client.
getStatus()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPServerMessageHandler
Gets the clients status for this message handler.
getTransferedBytesSec()
- Method in class com.superhac.JXBStreamer.Core.
ConnectedClientStatus
Gets the number of bytes transfered per second.
getType()
- Method in class com.superhac.JXBStreamer.Core.
XBMSPEncoderDecoder
Returns the packet type (type field)
getValueAt(int, int)
- Method in class com.superhac.JXBStreamer.Gui.
ConnectionStatusTabMod
getValueAt(int, int)
- Method in class com.superhac.JXBStreamer.Gui.
ShareTableModel
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
P
R
S
U
V
X