📄 factorychannel.java
字号:
/* * Copyright (c) 2004 jPOS.org * * See terms of license at http://jpos.org/license.html * */package org.jpos.iso;/** * Channels that can use socket factories need to implement this. * * @author <a href="mailto:alwynschoeman@yahoo.com">Alwyn Schoeman</a> * @version $Revision: 1.1 $ $Date: 2004/05/05 14:20:43 $ */public interface FactoryChannel { /** * @param sfac a socket factory */ public void setSocketFactory(ISOClientSocketFactory sfac);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -