类 Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- cn.mcres.gyhhy.MXLib.http.handlers.rcon.Handler
-
public class Handler extends URLStreamHandler
-
-
构造器概要
构造器 构造器 说明 Handler()
-
方法概要
修饰符和类型 方法 说明 protected int
getDefaultPort()
static void
main(String[] args)
protected URLConnection
openConnection(URL u)
protected URLConnection
openConnection(URL u, Proxy p)
protected void
parseURL(URL u, String spec, int start, int limit)
protected String
toExternalForm(URL u)
-
从类继承的方法 java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, sameFile, setURL, setURL
-
-
-
-
方法详细资料
-
getDefaultPort
protected int getDefaultPort()
- 覆盖:
getDefaultPort
在类中URLStreamHandler
-
toExternalForm
protected String toExternalForm(URL u)
- 覆盖:
toExternalForm
在类中URLStreamHandler
-
parseURL
protected void parseURL(URL u, String spec, int start, int limit)
- 覆盖:
parseURL
在类中URLStreamHandler
-
openConnection
protected URLConnection openConnection(URL u, Proxy p) throws IOException
- 覆盖:
openConnection
在类中URLStreamHandler
- 抛出:
IOException
-
openConnection
protected URLConnection openConnection(URL u) throws IOException
- 指定者:
openConnection
在类中URLStreamHandler
- 抛出:
IOException
-
-