net.sf.sqs_xml.httpd
クラス MicroHttpd

java.lang.Object
  拡張net.sf.sqs_xml.httpd.MicroHttpd
直系の既知のサブクラス:
MarkReaderHttpd, SourceEditorHttpd

public class MicroHttpd
extends java.lang.Object

作成者:
hiroya

コンストラクタの概要
MicroHttpd(int port)
           
 
メソッドの概要
 void addContexts()
           
 void addFileContexts()
           
 void addJarContext()
           
 void addListeners(java.lang.String host, int port)
           
 java.lang.String getBase()
           
 java.net.URL getURL(java.io.File file)
           
 void showServerStartupErrorMessageDialog(int port)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MicroHttpd

public MicroHttpd(int port)
メソッドの詳細

showServerStartupErrorMessageDialog

public void showServerStartupErrorMessageDialog(int port)

addListeners

public void addListeners(java.lang.String host,
                         int port)
                  throws java.net.UnknownHostException
例外:
java.net.UnknownHostException

addContexts

public void addContexts()

addFileContexts

public void addFileContexts()

addJarContext

public void addJarContext()

getBase

public java.lang.String getBase()

getURL

public java.net.URL getURL(java.io.File file)