📄 requestinfoext.java
字号:
/* * @(#)RequestInfoExt.java 1.9 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */package com.sun.corba.se.spi.legacy.interceptor;import com.sun.corba.se.spi.legacy.connection.Connection;/** * This interface is implemented by our implementation of * PortableInterceptor.ClientRequestInfo and * PortableInterceptor.ServerRequestInfo. <p> * */public interface RequestInfoExt{ /** * @return The connection on which the request is made. * The return value will be null when a local transport * is used. */ public Connection connection();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -