Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class SessionInfo

java.lang.Object
  |
  +--nu.dll.lyskom.SessionInfo

public class SessionInfo
extends java.lang.Object


Constructor Summary
SessionInfo(int offset, nu.dll.lyskom.KomToken[] data)
           
 
Method Summary
 nu.dll.lyskom.KomTime getConnectionTime()
           
 byte[] getHostname()
           
 byte[] getIdentUser()
           
 byte[] getUsername()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionInfo

public SessionInfo(int offset,
                   nu.dll.lyskom.KomToken[] data)
Method Detail

getUsername

public byte[] getUsername()

getHostname

public byte[] getHostname()

getIdentUser

public byte[] getIdentUser()

getConnectionTime

public nu.dll.lyskom.KomTime getConnectionTime()

Copyright © Rasmus Sten and contributors, 1997-2004