Categories:
Audio (13)
Biotech (29)
Bytecode (22)
Database (79)
Framework (7)
Game (7)
General (497)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (70)
JavaBeans (16)
JDBC (86)
JDK (338)
JSP (20)
Logging (90)
Mail (54)
Messaging (8)
Network (106)
PDF (82)
Report (7)
Scripting (75)
Security (67)
Server (112)
Servlet (17)
SOAP (24)
Testing (55)
Web (24)
XML (287)
Other Resources:
JRE 8 rt.jar - com.* Package Source Code
JRE 8 rt.jar is the JAR file for JRE 8 RT (Runtime) libraries.
JRE (Java Runtime) 8 is the runtime environment included in JDK 8.
JRE 8 rt.jar libraries are divided into 6 packages:
com.* - Internal Oracle and Sun Microsystems libraries java.* - Standard Java API libraries. javax.* - Extended Java API libraries. jdk.* - JDK supporting libraries. org.* - Third party libraries. sun.* - Old libraries developed by Sun Microsystems.
JAR File Information:
Directory of C:\fyicenter\jdk-1.8.0_191\jre\lib 63,596,151 rt.jar
Here is the list of Java classes of the com.* package in JRE 1.8.0_191 rt.jar. Java source codes are also provided.
✍: FYIcenter
⏎ com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.java
/* * Copyright (c) 1998, 2004, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.corba.se.spi.legacy.connection; /** * LegacyServerSocketEndPointInfo is an abstraction of a port. */ public interface LegacyServerSocketEndPointInfo { /** * e.g.: "CLEAR_TEXT", "SSL", ... */ public String getType(); /** * Get the host name of this end point. Subcontracts must use this * instead of InetAddress.getHostName() because this would take * into account the value of the ORBServerHost property. */ public String getHostName(); public int getPort(); /** * The ORBD's proxy port of this end point. * Note: Pre-ORT "port-exchange" model. */ public int getLocatorPort(); public void setLocatorPort(int port); // NAME is used while we still have a "port-exchange" ORBD // to get what used to be called "default" or "bootstrap" endpoints. public static final String DEFAULT_ENDPOINT = "DEFAULT_ENDPOINT"; public static final String BOOT_NAMING = "BOOT_NAMING"; public static final String NO_NAME = "NO_NAME"; public String getName(); } // End of file.
⏎ com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.java
⇒ Backup JDK 8 Installation Directory
2019-08-19, 22042👍, 0💬
Popular Posts:
What Is jtds-1.2.1.jar? jtds-1.2.1.jar is the JAR files of jTDS Java library 1.2.1, which is a JDBC ...
Commons Pool provides an Object-pooling API, with three major aspects: 1. A generic object pool inte...
Apache Avalon began in 1999 as the Java Apache Server Framework and in late 2002 separated from the ...
Where to find answers to frequently asked questions on Download and Installing of FOP 2.0? Here is a...
OOXML (Office Open XML) Schemas. JAR File Size and Download Location: File name: ooxml-schemas.jar, ...