public class SocketdProxy extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.noear.solon.net.socketd.handle.ToHandlerListener |
socketdToHandler |
| Constructor and Description |
|---|
SocketdProxy() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
create(org.noear.socketd.transport.client.ClientSession session,
Class<T> clz)
创建接口代理
|
static <T> T |
create(org.noear.solon.core.handle.Context ctx,
Class<T> clz)
创建接口代理
|
static <T> T |
create(String url,
Class<T> clz)
创建接口代理
|
public static final org.noear.solon.net.socketd.handle.ToHandlerListener socketdToHandler
public static <T> T create(String url, Class<T> clz) throws Exception
Exceptionpublic static <T> T create(org.noear.socketd.transport.client.ClientSession session,
Class<T> clz)
public static <T> T create(org.noear.solon.core.handle.Context ctx,
Class<T> clz)
Copyright © 2025. All rights reserved.