⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 socketinfo.java

📁 JAVA的一些源码 JAVA2 STANDARD EDITION DEVELOPMENT KIT 5.0
💻 JAVA
字号:
/* * @(#)SocketInfo.java	1.8 04/06/21 * * Copyright 2004 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package com.sun.corba.se.spi.transport;public interface SocketInfo{    // Endpoint types known in advance.    // If you change the value of this constant then update    // activation.idl accordingly.  It has a duplicate definition    // to avoid a compilation dependency.    public static final String IIOP_CLEAR_TEXT = "IIOP_CLEAR_TEXT";    public String getType();    public String getHost();    public int    getPort();}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -