java net 一些常用api

java.net.InetAddress
static InetAddress[]    getAllByName(String host)
static InetAddress        getByName(String host)
                        getByAddress(byte[] addr)
                        getByAddress(String host, byte[] addr)
                        getLocalHost()
                        getLoopbackAddress()
String                    getHostAddress()
                        getHostName()
boolean                    isReachable(int timeout)

java.net.URL
CONSTRUCTOR                URL(String spec)
                        URL(String protocol, String host, String file)
                        URL(String protocol, String host, int port, String file)
InputStream                OpenStream()
URLConnection            openConnection()
String                    getHost()
                        getPath()
                        getProtocol()
                        getQuery()
int                        getPort()

java.net.URLConnection
void                    setDoInput(boolean)
                        setDoOutput(boolean)
                        setDefaultUseCaches(boolean)
                        setRequestProperty(String key, String value)
boolean                    getDoInput()
                        getDoOuput()
                        getDefaultUseCaches()
int                        getConnetTimeout()
                        getContentLength()
                        
long                    getExpiration()
                        getDate()
                        getContentLengthLong()
String                    getContentType()
                        getContentEnconding()
                        getRequestProperty(String key)
                        getHeaderField(String name)
URL                        getURL()
InputStream                getInputStream()
OutputStream            getOutputStream()
Map<String,List<Stirng>>getRequestProperty()
                        getHeaderField()
                        
java.net.HttpURLConnection extents URLConnection
static int                HTTP_ACCEPTED        202
                        HTTP_OK                200
                        HTTP_BAD_GATEWAY    502
                        HTTP_UNAVIALABLE    503
                        HTTP_BAD_METHOD        405
                        HTTP_BAD_REQUEST    400
                        HTTP_FORBIDDEN        403
                        HTTP_NOT_FOUND        404
InputStream                getErrorStream()
String                    getRequestMethod()
                        getResponseMessage()
int                        getRequestCode()
void                    setRequestMethod(String method)
                        
java.net.URLEncoder
static String            encode(String s, String enc)

java.net.URLDecoder
static String            decode(String s, String enc)

java.net.Socket
CONSTRUCTOR                Socket()
                        Socket(InetAddress address, int port)
                        Socket(String host, int port)
void                    shutdownInput()
                        shutdownOutput()
boolean                    isInputShutdown()
                        isOutputShutdown()
                        
java.net.ServerSocket
CONSTRUCTOR                ServerSocket()
                        ServerSocket(int port)
Socket                    accept()

 

转载于:https://www.cnblogs.com/nival/p/8177446.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值