cosmic-internal-jdk
Version:
KingScript: JDK1.8
132 lines (131 loc) • 8.88 kB
TypeScript
/// <reference path="../index.d.ts" />
export type Authenticator = $.java.net.Authenticator;
export declare const Authenticator: $.java.net.AuthenticatorConstructor;
export declare const Authenticator$RequestorType: typeof $.java.net.Authenticator$RequestorType;
export type Authenticator$RequestorType = $.java.net.Authenticator$RequestorType;
export type BindException = $.java.net.BindException;
export declare const BindException: $.java.net.BindExceptionConstructor;
export type CacheRequest = $.java.net.CacheRequest;
export declare const CacheRequest: $.java.net.CacheRequestConstructor;
export type CacheResponse = $.java.net.CacheResponse;
export declare const CacheResponse: $.java.net.CacheResponseConstructor;
export type ConnectException = $.java.net.ConnectException;
export declare const ConnectException: $.java.net.ConnectExceptionConstructor;
export type ContentHandler = $.java.net.ContentHandler;
export declare const ContentHandler: $.java.net.ContentHandlerConstructor;
export type ContentHandlerFactory = $.java.net.ContentHandlerFactory;
export declare const ContentHandlerFactory: $.java.net.ContentHandlerFactoryConstructor;
export type CookieHandler = $.java.net.CookieHandler;
export declare const CookieHandler: $.java.net.CookieHandlerConstructor;
export type CookieManager = $.java.net.CookieManager;
export declare const CookieManager: $.java.net.CookieManagerConstructor;
export type CookiePolicy = $.java.net.CookiePolicy;
export declare const CookiePolicy: $.java.net.CookiePolicyConstructor;
export type CookieStore = $.java.net.CookieStore;
export declare const CookieStore: $.java.net.CookieStoreConstructor;
export type DatagramPacket = $.java.net.DatagramPacket;
export declare const DatagramPacket: $.java.net.DatagramPacketConstructor;
export type DatagramSocket = $.java.net.DatagramSocket;
export declare const DatagramSocket: $.java.net.DatagramSocketConstructor;
export type DatagramSocketImpl = $.java.net.DatagramSocketImpl;
export declare const DatagramSocketImpl: $.java.net.DatagramSocketImplConstructor;
export type DatagramSocketImplFactory = $.java.net.DatagramSocketImplFactory;
export declare const DatagramSocketImplFactory: $.java.net.DatagramSocketImplFactoryConstructor;
export type FileNameMap = $.java.net.FileNameMap;
export declare const FileNameMap: $.java.net.FileNameMapConstructor;
export type HttpCookie = $.java.net.HttpCookie;
export declare const HttpCookie: $.java.net.HttpCookieConstructor;
export type HttpRetryException = $.java.net.HttpRetryException;
export declare const HttpRetryException: $.java.net.HttpRetryExceptionConstructor;
export type HttpURLConnection = $.java.net.HttpURLConnection;
export declare const HttpURLConnection: $.java.net.HttpURLConnectionConstructor;
export type IDN = $.java.net.IDN;
export declare const IDN: $.java.net.IDNConstructor;
export type Inet4Address = $.java.net.Inet4Address;
export declare const Inet4Address: $.java.net.Inet4AddressConstructor;
export type Inet6Address = $.java.net.Inet6Address;
export declare const Inet6Address: $.java.net.Inet6AddressConstructor;
export type InetAddress = $.java.net.InetAddress;
export declare const InetAddress: $.java.net.InetAddressConstructor;
export type InetSocketAddress = $.java.net.InetSocketAddress;
export declare const InetSocketAddress: $.java.net.InetSocketAddressConstructor;
export type InterfaceAddress = $.java.net.InterfaceAddress;
export declare const InterfaceAddress: $.java.net.InterfaceAddressConstructor;
export type JarURLConnection = $.java.net.JarURLConnection;
export declare const JarURLConnection: $.java.net.JarURLConnectionConstructor;
export type MalformedURLException = $.java.net.MalformedURLException;
export declare const MalformedURLException: $.java.net.MalformedURLExceptionConstructor;
export type MulticastSocket = $.java.net.MulticastSocket;
export declare const MulticastSocket: $.java.net.MulticastSocketConstructor;
export type NetPermission = $.java.net.NetPermission;
export declare const NetPermission: $.java.net.NetPermissionConstructor;
export type NetworkInterface = $.java.net.NetworkInterface;
export declare const NetworkInterface: $.java.net.NetworkInterfaceConstructor;
export type NoRouteToHostException = $.java.net.NoRouteToHostException;
export declare const NoRouteToHostException: $.java.net.NoRouteToHostExceptionConstructor;
export type PasswordAuthentication = $.java.net.PasswordAuthentication;
export declare const PasswordAuthentication: $.java.net.PasswordAuthenticationConstructor;
export type PortUnreachableException = $.java.net.PortUnreachableException;
export declare const PortUnreachableException: $.java.net.PortUnreachableExceptionConstructor;
export type ProtocolException = $.java.net.ProtocolException;
export declare const ProtocolException: $.java.net.ProtocolExceptionConstructor;
export type ProtocolFamily = $.java.net.ProtocolFamily;
export declare const ProtocolFamily: $.java.net.ProtocolFamilyConstructor;
export type Proxy = $.java.net.Proxy;
export declare const Proxy: $.java.net.ProxyConstructor;
export declare const Proxy$Type: typeof $.java.net.Proxy$Type;
export type Proxy$Type = $.java.net.Proxy$Type;
export type ProxySelector = $.java.net.ProxySelector;
export declare const ProxySelector: $.java.net.ProxySelectorConstructor;
export type ResponseCache = $.java.net.ResponseCache;
export declare const ResponseCache: $.java.net.ResponseCacheConstructor;
export type SecureCacheResponse = $.java.net.SecureCacheResponse;
export declare const SecureCacheResponse: $.java.net.SecureCacheResponseConstructor;
export type ServerSocket = $.java.net.ServerSocket;
export declare const ServerSocket: $.java.net.ServerSocketConstructor;
export type Socket = $.java.net.Socket;
export declare const Socket: $.java.net.SocketConstructor;
export type SocketAddress = $.java.net.SocketAddress;
export declare const SocketAddress: $.java.net.SocketAddressConstructor;
export type SocketException = $.java.net.SocketException;
export declare const SocketException: $.java.net.SocketExceptionConstructor;
export type SocketImpl = $.java.net.SocketImpl;
export declare const SocketImpl: $.java.net.SocketImplConstructor;
export type SocketImplFactory = $.java.net.SocketImplFactory;
export declare const SocketImplFactory: $.java.net.SocketImplFactoryConstructor;
export type SocketOption = $.java.net.SocketOption;
export declare const SocketOption: $.java.net.SocketOptionConstructor;
export type SocketOptions = $.java.net.SocketOptions;
export declare const SocketOptions: $.java.net.SocketOptionsConstructor;
export type SocketPermission = $.java.net.SocketPermission;
export declare const SocketPermission: $.java.net.SocketPermissionConstructor;
export type SocketTimeoutException = $.java.net.SocketTimeoutException;
export declare const SocketTimeoutException: $.java.net.SocketTimeoutExceptionConstructor;
export declare const StandardProtocolFamily: typeof $.java.net.StandardProtocolFamily;
export type StandardProtocolFamily = $.java.net.StandardProtocolFamily;
export type StandardSocketOptions = $.java.net.StandardSocketOptions;
export declare const StandardSocketOptions: $.java.net.StandardSocketOptionsConstructor;
export type URI = $.java.net.URI;
export declare const URI: $.java.net.URIConstructor;
export type URISyntaxException = $.java.net.URISyntaxException;
export declare const URISyntaxException: $.java.net.URISyntaxExceptionConstructor;
export type URL = $.java.net.URL;
export declare const URL: $.java.net.URLConstructor;
export type URLClassLoader = $.java.net.URLClassLoader;
export declare const URLClassLoader: $.java.net.URLClassLoaderConstructor;
export type URLConnection = $.java.net.URLConnection;
export declare const URLConnection: $.java.net.URLConnectionConstructor;
export type URLDecoder = $.java.net.URLDecoder;
export declare const URLDecoder: $.java.net.URLDecoderConstructor;
export type URLEncoder = $.java.net.URLEncoder;
export declare const URLEncoder: $.java.net.URLEncoderConstructor;
export type URLPermission = $.java.net.URLPermission;
export declare const URLPermission: $.java.net.URLPermissionConstructor;
export type URLStreamHandler = $.java.net.URLStreamHandler;
export declare const URLStreamHandler: $.java.net.URLStreamHandlerConstructor;
export type URLStreamHandlerFactory = $.java.net.URLStreamHandlerFactory;
export declare const URLStreamHandlerFactory: $.java.net.URLStreamHandlerFactoryConstructor;
export type UnknownHostException = $.java.net.UnknownHostException;
export declare const UnknownHostException: $.java.net.UnknownHostExceptionConstructor;
export type UnknownServiceException = $.java.net.UnknownServiceException;
export declare const UnknownServiceException: $.java.net.UnknownServiceExceptionConstructor;