association.java

来自「First of all, the Applet-phone is a SIP 」· Java 代码 · 共 23 行

JAVA
23
字号
package gov.nist.examples.mail;/** **@version  JAIN-SIP-1.1**@author  Jean Deruelle <jean.deruelle@nist.gov> <br/>**<a href="{@docRoot}/uncopyright.html">This code is in the public domain.</a>* */public class Association {         public String port;     public String transport;            public Association(String port,String transport) {        this.port=port;        this.transport=transport;    }    }

⌨️ 快捷键说明

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