This commit is contained in:
wentch
2015-12-15 15:48:09 +08:00
parent 0e3d6042af
commit d4b85787a5
17 changed files with 17 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import java.util.logging.*;
/** /**
* < server protocol="SOCKS" host="0.0.0.0" port="1080" bindaddr="外网IP"> < /server> * < server protocol="SOCKS" host="0.0.0.0" port="1080" bindaddr="外网IP"> < /server>
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
@NodeProtocol({"SOCKS"}) @NodeProtocol({"SOCKS"})

View File

@@ -16,6 +16,7 @@ import java.util.logging.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
@AutoLoad(false) @AutoLoad(false)

View File

@@ -12,6 +12,7 @@ import java.io.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public final class SocksPrepareServlet extends PrepareServlet<SocksRequest, SocksResponse> { public final class SocksPrepareServlet extends PrepareServlet<SocksRequest, SocksResponse> {

View File

@@ -16,6 +16,7 @@ import java.nio.channels.*;
/** /**
* 正向代理 * 正向代理
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
@AutoLoad(false) @AutoLoad(false)

View File

@@ -13,6 +13,7 @@ import java.nio.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class SocksRequest extends HttpRequest { public class SocksRequest extends HttpRequest {

View File

@@ -15,6 +15,7 @@ import java.util.concurrent.atomic.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class SocksResponse extends HttpResponse<SocksRequest> { public class SocksResponse extends HttpResponse<SocksRequest> {

View File

@@ -14,6 +14,7 @@ import java.util.logging.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class SocksRunner implements Runnable { public class SocksRunner implements Runnable {

View File

@@ -17,6 +17,7 @@ import java.util.concurrent.atomic.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public final class SocksServer extends Server { public final class SocksServer extends Server {

View File

@@ -10,6 +10,7 @@ import org.redkale.net.Servlet;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public abstract class SocksServlet implements Servlet<SocksRequest, SocksResponse> { public abstract class SocksServlet implements Servlet<SocksRequest, SocksResponse> {

View File

@@ -9,6 +9,7 @@ import org.redkale.convert.json.JsonFactory;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class ApnsMessage { public class ApnsMessage {

View File

@@ -11,6 +11,7 @@ import java.util.regex.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class ApnsPayload { public class ApnsPayload {

View File

@@ -23,6 +23,7 @@ import javax.net.ssl.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
@AutoLoad(false) @AutoLoad(false)

View File

@@ -22,6 +22,7 @@ import javax.annotation.*;
/** /**
* 微信服务号Service * 微信服务号Service
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
@AutoLoad(false) @AutoLoad(false)

View File

@@ -9,6 +9,7 @@ import org.redkale.service.RetResult;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class WeiXinPayResult extends RetResult<String> { public class WeiXinPayResult extends RetResult<String> {

View File

@@ -21,6 +21,7 @@ import javax.annotation.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
@AutoLoad(false) @AutoLoad(false)

View File

@@ -12,6 +12,7 @@ import java.util.function.*;
/** /**
* 微信企业号Service * 微信企业号Service
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
public class WeiXinQYMessage { public class WeiXinQYMessage {

View File

@@ -27,6 +27,7 @@ import javax.crypto.spec.*;
/** /**
* *
* @see http://www.redkale.org
* @author zhangjx * @author zhangjx
*/ */
@AutoLoad(false) @AutoLoad(false)