Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y Z 

A

AAutowired - Annotation Type in com.litongjava.annotation
 
ABean - Annotation Type in com.litongjava.annotation
 
AComponent - Annotation Type in com.litongjava.annotation
 
AComponentScan - Annotation Type in com.litongjava.annotation
 
AComponentScan.Filter - Annotation Type in com.litongjava.annotation
Declares the type filter to be used as an include filter or exclude filter.
AConfiguration - Annotation Type in com.litongjava.annotation
 
AController - Annotation Type in com.litongjava.annotation
 
addDestroyMethod(Runnable) - Method in class com.litongjava.hook.HookCan
 
addJsonField(String) - Method in class com.litongjava.db.TableInput
 
addPara(Object) - Method in class com.litongjava.db.SqlPara
 
addType(Class<?>) - Method in class com.litongjava.model.db.JavaType
 
addTypeMapping(Class<?>, Class<?>) - Method in class com.litongjava.model.db.JavaType
 
addTypeMapping(String, Class<?>) - Method in class com.litongjava.model.db.JavaType
 
AFilterType - Enum in com.litongjava.annotation
Enumeration of the type filters that may be used in conjunction with @ComponentScan.
afterStarted(Class<?>[], String[], Context) - Method in interface com.litongjava.context.ServerListener
 
afterStopped() - Method in interface com.litongjava.context.ServerListener
 
AHttpApi - Annotation Type in com.litongjava.annotation
 
AImport - Annotation Type in com.litongjava.annotation
Indicates one or more component classes to import — typically @Configuration classes.
AIndexed - Annotation Type in com.litongjava.annotation
 
AioId - Interface in com.litongjava.aio
 
AliasFor - Annotation Type in com.litongjava.annotation
 
AMP - Static variable in interface com.litongjava.model.sys.SysConst
&
AOP - Static variable in interface com.litongjava.constants.AopClasses
 
AOP_PRINT_SCANNED_CLASSES - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
AopClasses - Interface in com.litongjava.constants
 
APP_ENV - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
APP_NAME - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
ARepository - Annotation Type in com.litongjava.annotation
 
Around - Annotation Type in com.litongjava.annotation
Around advice
ArrayConst - Class in com.litongjava.model.array
 
ArrayConst() - Constructor for class com.litongjava.model.array.ArrayConst
 
asc(boolean) - Method in class com.litongjava.db.TableInput
 
AService - Annotation Type in com.litongjava.annotation
Indicates that an annotated class is a "Service", originally defined by Domain-Driven Design (Evans, 2003) as "an operation offered as an interface that stands alone in the model, with no encapsulated state."
asMap() - Method in interface com.litongjava.model.cache.ICache
 
ASTERISK - Static variable in interface com.litongjava.model.sys.SysConst
?
AuthToken - Class in com.litongjava.model.token
Token.
AuthToken(Object, long) - Constructor for class com.litongjava.model.token.AuthToken
 

B

BACKSLASH - Static variable in interface com.litongjava.model.sys.SysConst
反斜扛
beforeStart(Class<?>[], String[]) - Method in interface com.litongjava.context.ServerListener
 
BeforeStartConfiguration - Annotation Type in com.litongjava.annotation
在启动服务器之前执行的配置类
beforeStop() - Method in interface com.litongjava.context.ServerListener
 
BeforeStopConfiguration - Annotation Type in com.litongjava.annotation
在启动服务器之后执行的配置类
BLANK - Static variable in interface com.litongjava.model.sys.SysConst
空串
BOOT_EXCEPTION_EXIT - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
BootConfiguration - Interface in com.litongjava.context
 
browers - Static variable in class com.litongjava.model.http.useragent.Browser
支持的浏览器类型
Browser - Class in com.litongjava.model.http.useragent
浏览器对象
Browser(String, String, String) - Constructor for class com.litongjava.model.http.useragent.Browser
构造
buildCacheKey(AopInvocation) - Static method in class com.litongjava.cache.CacheableModel
返回方法名_参数的hashCode值
buildCacheModel(AopInvocation, Object) - Static method in class com.litongjava.cache.CacheableModel
buildCacheModel
by(String) - Static method in class com.litongjava.db.SqlPara
 
by(String, Object...) - Static method in class com.litongjava.db.SqlPara
 
by(Object, Object) - Static method in class com.litongjava.db.TableInput
 
by(String, String) - Static method in class com.litongjava.model.validate.ValidateResult
 
by(String, List<String>) - Static method in class com.litongjava.model.validate.ValidateResult
 
ByteBufferPacket - Class in com.litongjava.aio
 
ByteBufferPacket() - Constructor for class com.litongjava.aio.ByteBufferPacket
 

C

Cacheable - Annotation Type in com.litongjava.cache
CacheName can configure CacheInterceptor's cache name or EvictInterceptor's evict cache name.
CacheableModel - Class in com.litongjava.cache
 
CacheableModel() - Constructor for class com.litongjava.cache.CacheableModel
 
call(Connection) - Method in interface com.litongjava.model.db.ICallback
Place codes here that need call back by active record plugin.
clear() - Method in class com.litongjava.db.SqlPara
 
clear() - Method in class com.litongjava.hook.HookCan
 
clear() - Method in class com.litongjava.map.SyncWriteMap
 
clear() - Method in interface com.litongjava.model.cache.ICache
清空所有缓存
clearZeroCopy() - Method in class com.litongjava.aio.Packet
清除零拷贝传输设置
clone() - Method in class com.litongjava.aio.Packet
 
close() - Method in interface com.litongjava.context.Context
 
code(Integer) - Method in class com.litongjava.model.body.RespBodyVo
 
code(Integer) - Method in class com.litongjava.model.resp.Resp
 
COL - Static variable in interface com.litongjava.model.sys.SysConst
:
COLUMNS - Static variable in class com.litongjava.db.TableInput
 
columns(String) - Method in class com.litongjava.db.TableInput
 
com.litongjava.aio - package com.litongjava.aio
 
com.litongjava.annotation - package com.litongjava.annotation
 
com.litongjava.cache - package com.litongjava.cache
 
com.litongjava.constants - package com.litongjava.constants
 
com.litongjava.context - package com.litongjava.context
 
com.litongjava.controller - package com.litongjava.controller
 
com.litongjava.db - package com.litongjava.db
 
com.litongjava.hook - package com.litongjava.hook
 
com.litongjava.map - package com.litongjava.map
 
com.litongjava.model.array - package com.litongjava.model.array
 
com.litongjava.model.body - package com.litongjava.model.body
 
com.litongjava.model.cache - package com.litongjava.model.cache
 
com.litongjava.model.date - package com.litongjava.model.date
 
com.litongjava.model.db - package com.litongjava.model.db
 
com.litongjava.model.dsn - package com.litongjava.model.dsn
 
com.litongjava.model.error - package com.litongjava.model.error
 
com.litongjava.model.func - package com.litongjava.model.func
 
com.litongjava.model.http.response - package com.litongjava.model.http.response
 
com.litongjava.model.http.useragent - package com.litongjava.model.http.useragent
 
com.litongjava.model.layuio - package com.litongjava.model.layuio
 
com.litongjava.model.page - package com.litongjava.model.page
 
com.litongjava.model.resp - package com.litongjava.model.resp
 
com.litongjava.model.result - package com.litongjava.model.result
 
com.litongjava.model.sys - package com.litongjava.model.sys
 
com.litongjava.model.time - package com.litongjava.model.time
 
com.litongjava.model.token - package com.litongjava.model.token
 
com.litongjava.model.type - package com.litongjava.model.type
 
com.litongjava.model.validate - package com.litongjava.model.validate
 
com.litongjava.model.web - package com.litongjava.model.web
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.litongjava.map.SyncWriteMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class com.litongjava.map.SyncWriteMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class com.litongjava.map.SyncWriteMap
 
config() - Method in interface com.litongjava.context.BootConfiguration
 
Context - Interface in com.litongjava.context
 
ControllerFactory - Interface in com.litongjava.controller
 
convert(Object) - Method in interface com.litongjava.model.func.Converter
 
Converter<T> - Interface in com.litongjava.model.func
 
CR - Static variable in interface com.litongjava.model.sys.SysConst
\r
CR_ - Static variable in interface com.litongjava.model.sys.SysConst
 
CR_LF - Static variable in interface com.litongjava.model.sys.SysConst
 
CR_LF_CR_LF - Static variable in interface com.litongjava.model.sys.SysConst
 
create() - Static method in class com.litongjava.db.TableInput
 
CRLF - Static variable in interface com.litongjava.model.sys.SysConst
\r\n

D

data(Object) - Method in class com.litongjava.model.body.RespBodyVo
 
data(Object) - Method in class com.litongjava.model.resp.Resp
 
DATABASE_DSN - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
DATABASE_DSN_MAIN - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
DATABASE_DSN_REPLICAS - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
DateFmt - Class in com.litongjava.model.date
弄个全局的日期格式化类,这里的对象是线程安全的
DateFmt() - Constructor for class com.litongjava.model.date.DateFmt
 
DAY_1 - Static variable in class com.litongjava.model.time.Time
一天
DbPage<T> - Class in com.litongjava.model.page
 
DbPage() - Constructor for class com.litongjava.model.page.DbPage
 
DEFAULT_CHARSET - Static variable in interface com.litongjava.model.sys.SysConst
 
DEFAULT_CONFIG_FILE_NAME - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
DEFAULT_ENCODING - Static variable in interface com.litongjava.model.sys.SysConst
 
defaultContainerFactory - Static variable in interface com.litongjava.db.IContainerFactory
 
DefaultControllerFactory - Class in com.litongjava.controller
 
Delete - Annotation Type in com.litongjava.annotation
 
delete(Object) - Method in class com.litongjava.db.TableInput
 
desktopPlatforms - Static variable in class com.litongjava.model.http.useragent.Platform
支持的桌面平台类型

E

ELASTICSEARCH_DSN - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
EnableCORS - Annotation Type in com.litongjava.annotation
Details of the meaning of each parameter : https://developer.mozilla.org/en-US/docs/Glossary/CORS
EncodedPacket - Class in com.litongjava.aio
 
EncodedPacket(byte[]) - Constructor for class com.litongjava.aio.EncodedPacket
 
Engine - Class in com.litongjava.model.http.useragent
引擎对象
Engine(String, String) - Constructor for class com.litongjava.model.http.useragent.Engine
构造
engines - Static variable in class com.litongjava.model.http.useragent.Engine
支持的引擎类型
EQ - Static variable in interface com.litongjava.model.sys.SysConst
=
equals(Object) - Method in class com.litongjava.db.TableInput
 
equals(Object) - Method in class com.litongjava.model.http.useragent.UserAgentInfo
 
equals(Object) - Method in class com.litongjava.model.token.AuthToken
 
error(ErrorVo) - Static method in class com.litongjava.model.body.RespBodyVo
 
ErrorVo - Class in com.litongjava.model.error
 
ErrorVo(String, String) - Constructor for class com.litongjava.model.error.ErrorVo
 
exception(Exception) - Static method in class com.litongjava.db.OkResult
 

F

fail() - Static method in class com.litongjava.db.OkResult
 
fail(T) - Static method in class com.litongjava.db.OkResult
 
fail() - Static method in class com.litongjava.db.TableResult
 
fail(int) - Static method in class com.litongjava.db.TableResult
 
fail(String) - Static method in class com.litongjava.db.TableResult
 
fail(T) - Static method in class com.litongjava.db.TableResult
 
fail(int, String) - Static method in class com.litongjava.db.TableResult
 
fail() - Static method in class com.litongjava.model.body.RespBodyVo
 
fail(String) - Static method in class com.litongjava.model.body.RespBodyVo
 
fail(int, String) - Static method in class com.litongjava.model.body.RespBodyVo
 
fail(String, String) - Static method in class com.litongjava.model.error.ErrorVo
 
fail(Headers, byte[]) - Static method in class com.litongjava.model.http.response.ResponseVo
 
fail(Headers, String) - Static method in class com.litongjava.model.http.response.ResponseVo
 
fail(byte[]) - Static method in class com.litongjava.model.http.response.ResponseVo
 
fail(int, byte[]) - Static method in class com.litongjava.model.http.response.ResponseVo
 
fail(int, String) - Static method in class com.litongjava.model.http.response.ResponseVo
 
fail() - Static method in class com.litongjava.model.layuio.LayuiPage
 
fail() - Static method in class com.litongjava.model.resp.Resp
 
fail(String) - Static method in class com.litongjava.model.resp.Resp
 
fail(Object) - Static method in class com.litongjava.model.resp.Resp
 
fail(String, Object) - Static method in class com.litongjava.model.resp.Resp
 
fail() - Static method in class com.litongjava.model.result.ResultVo
 
fail(String) - Static method in class com.litongjava.model.result.ResultVo
 
fail(int, String) - Static method in class com.litongjava.model.result.ResultVo
 
fail(String, Object) - Static method in class com.litongjava.model.result.ResultVo
 
fail(int, String, Object) - Static method in class com.litongjava.model.result.ResultVo
 
FAIL_CODE - Static variable in class com.litongjava.model.result.ResultVo
 
failData(Object) - Static method in class com.litongjava.model.body.RespBodyVo
 
format(LocalDateTime, String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将 LocalDateTime 转换成 String 例如:format(LocalDateTime.now(), "yyyy-MM-dd HH:mm:ss")
format(LocalDateTime) - Static method in class com.litongjava.db.TableInput
 
format(LocalDate, String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将 LocalDate 转换成 String
format(LocalTime, String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将 LocalTime 转换成 String
format(Date, String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将 Date 转换成 String 例如:format(new Date(), "yyyy-MM-dd HH:mm:ss")
format(Date) - Static method in class com.litongjava.db.TableInput
 
from(String) - Method in class com.litongjava.db.TableInput
 
from() - Method in class com.litongjava.db.TableInput
 
from(int) - Static method in enum com.litongjava.model.resp.RespCode
 

G

GatewayCheck - Annotation Type in com.litongjava.annotation
 
GenericEntity - Class in com.litongjava.model.result
 
GenericEntity(Long, String) - Constructor for class com.litongjava.model.result.GenericEntity
 
GenericEntity(String, String) - Constructor for class com.litongjava.model.result.GenericEntity
 
Get - Annotation Type in com.litongjava.annotation
 
get(String, Object) - Method in interface com.litongjava.cache.IDbCache
 
get(String) - Method in interface com.litongjava.model.cache.ICache
根据key获取value
get(String, Class<T>) - Method in interface com.litongjava.model.cache.ICache
根据key获取value
get(String) - Method in interface com.litongjava.model.db.IRow
Get column value of any mysql type
get(String, Object) - Method in interface com.litongjava.model.db.IRow
Get column of any mysql type.
getAs(Object) - Method in class com.litongjava.db.TableInput
 
getAs(Object, T) - Method in class com.litongjava.db.TableInput
 
getAttrsMap() - Method in interface com.litongjava.db.IContainerFactory
 
getBigDecimal(Object) - Method in class com.litongjava.db.TableInput
 
getBigDecimal(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: decimal, numeric
getBigInteger(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: unsigned bigint
getBoolean(Object) - Method in class com.litongjava.db.TableInput
 
getBoolean(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: bit, tinyint(1)
getBrowser() - Method in class com.litongjava.model.http.useragent.UserAgent
获取浏览器类型
getByte(String) - Method in interface com.litongjava.model.db.IRow
 
getByteBuffer() - Method in class com.litongjava.aio.ByteBufferPacket
 
getByteCount() - Method in class com.litongjava.aio.Packet
 
getBytes() - Method in class com.litongjava.aio.EncodedPacket
 
getBytes(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: binary, varbinary, tinyblob, blob, mediumblob, longblob I have not finished the test.
getCacheName() - Method in interface com.litongjava.model.cache.ICache
 
getCode() - Method in class com.litongjava.model.body.RespBodyVo
 
getCode() - Method in class com.litongjava.model.layuio.LayuiPage
 
getCode() - Method in class com.litongjava.model.resp.Resp
 
getColumns() - Method in class com.litongjava.db.TableInput
 
getColumnsMap() - Method in interface com.litongjava.db.IContainerFactory
 
getCount() - Method in class com.litongjava.model.layuio.LayuiPage
 
getCountDownLatch() - Method in class com.litongjava.aio.PacketMeta
 
getData() - Method in class com.litongjava.model.body.RespBodyVo
 
getData() - Method in class com.litongjava.model.layuio.LayuiPage
 
getData() - Method in class com.litongjava.model.resp.Resp
 
getDate(Object) - Method in class com.litongjava.db.TableInput
 
getDate(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: date, year
getDateTimeFormatter(String) - Static method in class com.litongjava.db.TableInput
 
getDbType() - Method in class com.litongjava.model.dsn.JdbcInfo
mysql,oracle,postgresql,sqlite
getDestroyMethods() - Method in class com.litongjava.hook.HookCan
 
getDouble(Object) - Method in class com.litongjava.db.TableInput
 
getDouble(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: real, double
getEngine() - Method in class com.litongjava.model.http.useragent.UserAgent
获取引擎类型
getEngineVersion() - Method in class com.litongjava.model.http.useragent.UserAgent
获取引擎版本
getError() - Method in class com.litongjava.model.body.RespBodyVo
 
getFloat(Object) - Method in class com.litongjava.db.TableInput
 
getFloat(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: float
getFrom() - Method in class com.litongjava.db.TableInput
 
getGroupBy() - Method in class com.litongjava.db.TableInput
 
getId() - Method in class com.litongjava.aio.Packet
 
getInstance(Class<?>) - Method in interface com.litongjava.controller.ControllerFactory
 
getInstance(Class<?>) - Method in class com.litongjava.controller.DefaultControllerFactory
 
getInt(Object) - Method in class com.litongjava.db.TableInput
 
getInt(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: int, integer, tinyint(n) n > 1, smallint, mediumint
getInteger() - Method in class com.litongjava.db.OkResult
 
getIsSentSuccess() - Method in class com.litongjava.aio.PacketMeta
 
getJsonFields() - Method in class com.litongjava.db.TableInput
 
getKey() - Method in class com.litongjava.model.result.Pair
 
getList() - Method in class com.litongjava.model.page.Page
Return list of this page.
getLocalDateTime(Object) - Method in class com.litongjava.db.TableInput
 
getLocalDateTime(String) - Method in interface com.litongjava.model.db.IRow
 
getLong() - Method in class com.litongjava.db.OkResult
 
getLong(Object) - Method in class com.litongjava.db.TableInput
 
getLong(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: bigint, unsigned int
getMeta() - Method in class com.litongjava.aio.Packet
 
getMethod() - Method in class com.litongjava.controller.VariablePathVo
 
getModifyFlagSet() - Method in interface com.litongjava.db.IContainerFactory
 
getMsg() - Method in class com.litongjava.model.body.RespBodyVo
 
getMsg() - Method in class com.litongjava.model.layuio.LayuiPage
 
getMsg() - Method in class com.litongjava.model.resp.Resp
 
getName() - Method in class com.litongjava.model.http.useragent.UserAgentInfo
获取信息名称
getNumber(Object) - Method in class com.litongjava.db.TableInput
 
getNumber(String) - Method in interface com.litongjava.model.db.IRow
Get column of any type that extends from Number
getOrderBy() - Method in class com.litongjava.db.TableInput
 
getOs() - Method in class com.litongjava.model.http.useragent.UserAgent
获取系统类型
getPageNo() - Method in class com.litongjava.db.TableInput
 
getPageNumber() - Method in class com.litongjava.model.page.Page
Return page number.
getPageSize() - Method in class com.litongjava.db.TableInput
 
getPageSize() - Method in class com.litongjava.model.page.Page
Return page size.
getPara() - Method in class com.litongjava.db.SqlPara
 
getPath() - Method in class com.litongjava.controller.PathUnitVo
对于/user/{userid}来说,此值是userid
getPath() - Method in class com.litongjava.controller.VariablePathVo
原path,形如/user/{userid}
getPathUnits() - Method in class com.litongjava.controller.VariablePathVo
对于/user/{userid},就是["user", "userid"]
getPattern() - Method in class com.litongjava.model.http.useragent.UserAgentInfo
获取匹配模式
getPlatform() - Method in class com.litongjava.model.http.useragent.UserAgent
获取平台类型
getPort() - Method in interface com.litongjava.context.Context
 
getPreEncodedByteBuffer() - Method in class com.litongjava.aio.Packet
 
getRespId() - Method in class com.litongjava.aio.Packet
 
getResult() - Method in class com.litongjava.db.OkResult
 
getSearchKey() - Method in class com.litongjava.db.TableInput
 
getShort(String) - Method in interface com.litongjava.model.db.IRow
 
getSimpleDateFormat(String) - Static method in class com.litongjava.db.TableInput
 
getSql() - Method in class com.litongjava.db.SqlPara
 
getStr(Object) - Method in class com.litongjava.db.TableInput
 
getStr(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: varchar, char, enum, set, text, tinytext, mediumtext, longtext
getString() - Method in class com.litongjava.db.OkResult
 
getSynSeq() - Method in class com.litongjava.aio.Packet
 
getTime(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: time
getTimestamp(String) - Method in interface com.litongjava.model.db.IRow
Get column of mysql type: timestamp, datetime
getTimeToIdleSeconds() - Method in interface com.litongjava.model.cache.ICache
 
getTimeToLiveSeconds() - Method in interface com.litongjava.model.cache.ICache
 
getTotalPage() - Method in class com.litongjava.model.page.Page
Return total page.
getTotalRow() - Method in class com.litongjava.model.page.Page
Return total row.
getType(String) - Method in class com.litongjava.model.db.JavaType
 
getType() - Method in class com.litongjava.model.type.TioTypeReference
 
getValue() - Method in class com.litongjava.model.result.Pair
 
getVersion(String) - Method in class com.litongjava.model.http.useragent.Browser
获取浏览器版本
getVersion() - Method in class com.litongjava.model.http.useragent.UserAgent
获取浏览器版本
getZeroCopyFileChannel() - Method in class com.litongjava.aio.Packet
返回零拷贝传输使用的 FileChannel 对象
getZeroCopyFileLength() - Method in class com.litongjava.aio.Packet
返回零拷贝传输的数据长度
GROUP_BY - Static variable in class com.litongjava.db.TableInput
 

H

hashCode() - Method in class com.litongjava.model.http.useragent.UserAgentInfo
 
hashCode() - Method in class com.litongjava.model.token.AuthToken
expirationTime 不予考虑, 因为就算 expirationTime 不同也认为是相同的 token.
HH - Static variable in class com.litongjava.model.date.DateFmt
 
HHmm - Static variable in class com.litongjava.model.date.DateFmt
 
HHmmss - Static variable in class com.litongjava.model.date.DateFmt
 
HookCan - Class in com.litongjava.hook
 
HOUR_1 - Static variable in class com.litongjava.model.time.Time
一小时
HTTP_CHECK_HOST - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
HTTP_ENABLE_REQUEST_LIMIT - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
HTTP_MAX_LIVE_TIME_OF_STATIC_RES - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
HTTP_MAX_REQUESTS_PER_SECOND - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
HTTP_MULTIPART_MAX_FILE_SIZE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
HTTP_MULTIPART_MAX_REQUEST_SIZE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
HttpCache - Annotation Type in com.litongjava.annotation
 

I

IAtom - Interface in com.litongjava.model.db
IAtom support transaction of database.
IBean - Interface in com.litongjava.model.db
IBean 标记型接口.
ICache - Interface in com.litongjava.model.cache
 
ICache.NullClass - Class in com.litongjava.model.cache
有时候需要放一个空对象到缓存中
ICallback - Interface in com.litongjava.model.db
ICallback provide a JDBC Connection if you need it or the active record plugin can not satisfy you requirement.
IContainerFactory - Interface in com.litongjava.db
 
id() - Method in interface com.litongjava.aio.AioId
 
IDbCache - Interface in com.litongjava.cache
ICache.
initAnnotation(List<Class<?>>) - Method in interface com.litongjava.context.Context
 
Initialization - Annotation Type in com.litongjava.annotation
只启动,不放入bean中
Inject - Annotation Type in com.litongjava.annotation
Inject is used to inject dependent object
IRow<M> - Interface in com.litongjava.model.db
IRow 支持统一的方式来处理 Model 和 Record
IS_ASC - Static variable in class com.litongjava.db.TableInput
 
isAfter(ChronoLocalDateTime<?>, ChronoLocalDateTime<?>) - Static method in class com.litongjava.db.TableInput
判断 A 的时间是否在 B 的时间 "之后"
isAsc() - Method in class com.litongjava.db.TableInput
 
isBefore(ChronoLocalDateTime<?>, ChronoLocalDateTime<?>) - Static method in class com.litongjava.db.TableInput
判断 A 的时间是否在 B 的时间 "之前"
isBlockSend() - Method in class com.litongjava.aio.Packet
 
isEqual(ChronoLocalDateTime<?>, ChronoLocalDateTime<?>) - Static method in class com.litongjava.db.TableInput
判断 A 的时间是否与 B 的时间 "相同"
isFalse(Object) - Method in class com.litongjava.db.TableInput
key 存在,并且 value 为 false,则返回 true
isFirstPage() - Method in class com.litongjava.model.page.Page
 
isFromCluster() - Method in class com.litongjava.aio.Packet
 
isKeepConnection() - Method in class com.litongjava.aio.Packet
 
isLastPage() - Method in class com.litongjava.model.page.Page
 
isMatch(String) - Method in class com.litongjava.model.http.useragent.UserAgentInfo
指定内容中是否包含匹配此信息的内容
isMobile() - Method in class com.litongjava.model.http.useragent.Browser
是否移动浏览器
isMobile() - Method in class com.litongjava.model.http.useragent.Platform
是否为移动平台
isMobile() - Method in class com.litongjava.model.http.useragent.UserAgent
是否为移动平台
isNotOk() - Method in class com.litongjava.db.OkResult
 
isNull(Object) - Method in class com.litongjava.db.TableInput
key 不存在,或者 key 存在但 value 为null
isOk() - Method in class com.litongjava.db.TableResult
 
isOk() - Method in class com.litongjava.model.body.RespBodyVo
 
isOk() - Method in class com.litongjava.model.resp.Resp
 
isRunning() - Method in interface com.litongjava.context.Context
 
isSslEncrypted() - Method in class com.litongjava.aio.Packet
 
isTrue(Object) - Method in class com.litongjava.db.TableInput
key 存在,并且 value 为 true,则返回 true
isUnknown() - Method in class com.litongjava.model.http.useragent.UserAgentInfo
是否为Unknown
isVar() - Method in class com.litongjava.controller.PathUnitVo
 
isZeroCopy() - Method in class com.litongjava.aio.Packet
是否启用了零拷贝传输

J

JavaType - Class in com.litongjava.model.db
JavaType.
JavaType() - Constructor for class com.litongjava.model.db.JavaType
 
JDBC_PSWD - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
JDBC_SHOW_SQL - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
JDBC_URL - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
JDBC_USER - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
JdbcInfo - Class in com.litongjava.model.dsn
 
JdbcInfo() - Constructor for class com.litongjava.model.dsn.JdbcInfo
 
JSON_FIELDS - Static variable in class com.litongjava.db.TableInput
 

K

keep(String...) - Method in class com.litongjava.db.TableInput
 
keepConnection - Variable in class com.litongjava.aio.Packet
 
keys() - Method in interface com.litongjava.model.cache.ICache
获取所有的key
keysCollection() - Method in interface com.litongjava.model.cache.ICache
 

L

LayuiPage - Class in com.litongjava.model.layuio
 
LayuiPage() - Constructor for class com.litongjava.model.layuio.LayuiPage
 
LayuiPage(Collection<?>, long) - Constructor for class com.litongjava.model.layuio.LayuiPage
 
LayuiPage(int) - Constructor for class com.litongjava.model.layuio.LayuiPage
 
LEFT_BRACKET - Static variable in interface com.litongjava.model.sys.SysConst
左括号
LF - Static variable in interface com.litongjava.model.sys.SysConst
\n
LF_ - Static variable in interface com.litongjava.model.sys.SysConst
 
LF_LF - Static variable in interface com.litongjava.model.sys.SysConst
 
limit(Integer) - Method in class com.litongjava.db.TableInput
 
limit(Integer, Integer) - Method in class com.litongjava.db.TableInput
 
LoadingCache - Static variable in interface com.litongjava.constants.AopClasses
 
logstr() - Method in class com.litongjava.aio.Packet
 

M

MAX_EXPIRE_IN_LOCAL - Static variable in interface com.litongjava.model.cache.ICache
在本地最大的过期时间,这样可以防止内存爆掉,单位:秒
me - Static variable in class com.litongjava.controller.DefaultControllerFactory
 
me() - Static method in class com.litongjava.hook.HookCan
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class com.litongjava.map.SyncWriteMap
 
MINUTE_1 - Static variable in class com.litongjava.model.time.Time
一分钟
mobilePlatforms - Static variable in class com.litongjava.model.http.useragent.Platform
支持的移动平台类型
msg(String) - Method in class com.litongjava.model.body.RespBodyVo
 
msg(String) - Method in class com.litongjava.model.resp.Resp
 
MultiResult<R1,R2,R3> - Class in com.litongjava.model.result
 
MultiResult(boolean, R1) - Constructor for class com.litongjava.model.result.MultiResult
 
MultiResult(boolean, R1, R2) - Constructor for class com.litongjava.model.result.MultiResult
 
MultiResult(boolean, R1, R2, R3) - Constructor for class com.litongjava.model.result.MultiResult
 

N

NameUnknown - Static variable in class com.litongjava.model.http.useragent.UserAgentInfo
 
notBlank(String) - Method in class com.litongjava.db.TableInput
 
notNull(Object) - Method in class com.litongjava.db.TableInput
key 存在,并且 value 不为 null
notOk() - Method in class com.litongjava.db.OkResult
 
notOk(Exception) - Method in class com.litongjava.db.OkResult
 
now(String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将当前时间转换成 String 例如:now("yyyy-MM-dd HH:mm:ss")
NULL - Static variable in interface com.litongjava.model.sys.SysConst
 
NULL_OBJ - Static variable in interface com.litongjava.model.cache.ICache
用于临时存放于缓存中的对象,防止缓存null攻击
NULL_PARA_ARRAY - Static variable in class com.litongjava.model.array.ArrayConst
 
NullClass() - Constructor for class com.litongjava.model.cache.ICache.NullClass
 

O

of(Object, Object) - Static method in class com.litongjava.db.TableInput
 
of(String) - Static method in class com.litongjava.model.date.DateFmt
 
ok(T) - Static method in class com.litongjava.db.OkResult
 
ok() - Static method in class com.litongjava.db.TableResult
 
ok(T) - Static method in class com.litongjava.db.TableResult
 
ok() - Static method in class com.litongjava.model.body.RespBodyVo
 
ok(Object) - Static method in class com.litongjava.model.body.RespBodyVo
 
ok(String, Object) - Static method in class com.litongjava.model.body.RespBodyVo
 
ok(Headers, byte[]) - Static method in class com.litongjava.model.http.response.ResponseVo
 
ok(Headers, String) - Static method in class com.litongjava.model.http.response.ResponseVo
 
ok(byte[]) - Static method in class com.litongjava.model.http.response.ResponseVo
 
ok(String) - Static method in class com.litongjava.model.http.response.ResponseVo
 
ok(Object) - Static method in class com.litongjava.model.http.response.ResponseVo
 
ok(int, byte[]) - Static method in class com.litongjava.model.http.response.ResponseVo
 
ok(int, String) - Static method in class com.litongjava.model.http.response.ResponseVo
 
ok(Collection<?>, long) - Static method in class com.litongjava.model.layuio.LayuiPage
 
ok() - Static method in class com.litongjava.model.resp.Resp
 
ok(Object) - Static method in class com.litongjava.model.resp.Resp
 
ok(String, Object) - Static method in class com.litongjava.model.resp.Resp
 
ok() - Static method in class com.litongjava.model.result.ResultVo
 
ok(Object) - Static method in class com.litongjava.model.result.ResultVo
 
ok(String, Object) - Static method in class com.litongjava.model.result.ResultVo
 
ok(int, String, Object) - Static method in class com.litongjava.model.result.ResultVo
 
ok(int, Object) - Static method in class com.litongjava.model.result.ResultVo
 
OkResult<T> - Class in com.litongjava.db
 
OkResult(boolean) - Constructor for class com.litongjava.db.OkResult
 
OkResult(boolean, T) - Constructor for class com.litongjava.db.OkResult
 
OkResult(boolean, Exception) - Constructor for class com.litongjava.db.OkResult
 
ORDER_BY - Static variable in class com.litongjava.db.TableInput
 
orderBy(String) - Method in class com.litongjava.db.TableInput
 
OS - Class in com.litongjava.model.http.useragent
系统对象
OS(String, String) - Constructor for class com.litongjava.model.http.useragent.OS
构造
oses - Static variable in class com.litongjava.model.http.useragent.OS
支持的引擎类型
Other_Version - Static variable in class com.litongjava.model.http.useragent.Browser
其它版本

P

Packet - Class in com.litongjava.aio
 
Packet() - Constructor for class com.litongjava.aio.Packet
 
PacketMeta - Class in com.litongjava.aio
 
PacketMeta() - Constructor for class com.litongjava.aio.PacketMeta
 
Page<T> - Class in com.litongjava.model.page
Page is the result of Model.paginate(......) or Db.paginate(......)
Page(List<T>, int, int, int, int) - Constructor for class com.litongjava.model.page.Page
Constructor.
Page(List<T>, int, int, int) - Constructor for class com.litongjava.model.page.Page
 
Page(int, int, int, int) - Constructor for class com.litongjava.model.page.Page
 
Page() - Constructor for class com.litongjava.model.page.Page
 
PAGE_NO - Static variable in class com.litongjava.db.TableInput
 
PAGE_SIZE - Static variable in class com.litongjava.db.TableInput
 
pageNo(int) - Method in class com.litongjava.db.TableInput
 
pageSize(Integer) - Method in class com.litongjava.db.TableInput
 
Pair<K,V> - Class in com.litongjava.model.result
 
Pair(K, V) - Constructor for class com.litongjava.model.result.Pair
 
parse(String, String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将 String 转换成 Date
parseLocalDate(String, String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将 String 转换成 LocalDate
parseLocalDateTime(String, String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将 String 转换成 LocalDateTime
parseLocalTime(String, String) - Static method in class com.litongjava.db.TableInput
按指定 pattern 将 String 转换成 LocalTime
PathUnitVo - Class in com.litongjava.controller
 
PathUnitVo() - Constructor for class com.litongjava.controller.PathUnitVo
 
PathUnitVo(boolean, String) - Constructor for class com.litongjava.controller.PathUnitVo
 
Platform - Class in com.litongjava.model.http.useragent
平台对象
Platform(String, String) - Constructor for class com.litongjava.model.http.useragent.Platform
构造
platforms - Static variable in class com.litongjava.model.http.useragent.Platform
支持的平台类型
Post - Annotation Type in com.litongjava.annotation
 
Put - Annotation Type in com.litongjava.annotation
 
put(String, Object, Object) - Method in interface com.litongjava.cache.IDbCache
 
put(String, Object, Object, int) - Method in interface com.litongjava.cache.IDbCache
 
put(K, V) - Method in class com.litongjava.map.SyncWriteMap
 
put(String, Serializable) - Method in interface com.litongjava.model.cache.ICache
将key value保存到缓存中
put(Map<String, Object>) - Method in interface com.litongjava.model.db.IRow
Put map to the model without check attribute name.
put(String, Object) - Method in interface com.litongjava.model.db.IRow
Put key value pair to the model without check attribute name.
putAll(Map<? extends K, ? extends V>) - Method in class com.litongjava.map.SyncWriteMap
 
putIfAbsent(K, V) - Method in class com.litongjava.map.SyncWriteMap
 
putTemporary(String, Serializable) - Method in interface com.litongjava.model.cache.ICache
临时添加一个值,用于防止缓存穿透攻击

R

REDIS_DATABASE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
REDIS_HOST - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
REDIS_PASSWORD - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
REDIS_PORT - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
REDIS_TIMEOUT - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
REDIS_URL - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
RedisInfo - Class in com.litongjava.model.dsn
 
RedisInfo() - Constructor for class com.litongjava.model.dsn.RedisInfo
 
remove(String, Object) - Method in interface com.litongjava.cache.IDbCache
 
remove(Object) - Method in class com.litongjava.map.SyncWriteMap
 
remove(String) - Method in interface com.litongjava.model.cache.ICache
删除一个key
removeAll(String) - Method in interface com.litongjava.cache.IDbCache
 
removeType(Class<?>) - Method in class com.litongjava.model.db.JavaType
 
replace(K, V, V) - Method in class com.litongjava.map.SyncWriteMap
 
replace(K, V) - Method in class com.litongjava.map.SyncWriteMap
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class com.litongjava.map.SyncWriteMap
 
RequestPath - Annotation Type in com.litongjava.annotation
 
RequiresAuthentication - Annotation Type in com.litongjava.annotation
Requires the current subject to be authenticated during method invocation.
RequiresPermissions - Annotation Type in com.litongjava.annotation
Requires the current subject to have all of the specified permissions.
Resp - Class in com.litongjava.model.resp
 
RespBodyVo - Class in com.litongjava.model.body
 
RespCode - Enum in com.litongjava.model.resp
 
ResponseBody - Class in com.litongjava.model.resp
 
ResponseBody() - Constructor for class com.litongjava.model.resp.ResponseBody
 
ResponseVo - Class in com.litongjava.model.http.response
 
ResponseVo(boolean) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
ResponseVo(boolean, Headers) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
ResponseVo(boolean, Headers, byte[]) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
ResponseVo(boolean, Headers, String) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
ResponseVo(boolean, byte[]) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
ResponseVo(boolean, String) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
ResponseVo(boolean, Object) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
ResponseVo(boolean, int, byte[]) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
ResponseVo(boolean, int, String) - Constructor for class com.litongjava.model.http.response.ResponseVo
 
restart(Class<?>[], String[]) - Method in interface com.litongjava.context.Context
 
ResultVo - Class in com.litongjava.model.result
 
ResultVo(Object) - Constructor for class com.litongjava.model.result.ResultVo
 
ResultVo(int, String) - Constructor for class com.litongjava.model.result.ResultVo
 
ResultVo(int, Object) - Constructor for class com.litongjava.model.result.ResultVo
 
ResultVo(String, Object) - Constructor for class com.litongjava.model.result.ResultVo
 
RIGHT_BRACKET - Static variable in interface com.litongjava.model.sys.SysConst
右括号
run(Class<?>[], String[]) - Method in interface com.litongjava.context.Context
 
run(Class<?>[], BootConfiguration, String[]) - Method in interface com.litongjava.context.Context
 
run() - Method in interface com.litongjava.model.db.IAtom
Place codes here that need transaction support.

S

SEARCH_KEY - Static variable in class com.litongjava.db.TableInput
 
searchKey(String) - Method in class com.litongjava.db.TableInput
 
searchKey() - Method in class com.litongjava.db.TableInput
 
SECOND_1 - Static variable in class com.litongjava.model.time.Time
一秒
SEMI_COL - Static variable in interface com.litongjava.model.sys.SysConst
;
SERVER_404 - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_500 - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_ADDRESS - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_CONTEXT_PATH - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_DEV_MODE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_HEARTBEAT_TIMEOUT - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_HTTP_CONTROLLER_PRINTMAPPING - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_HTTP_CONTROLLER_WRITEMAPPING - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_HTTP_REQUEST_PRINT_PACKET - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_HTTP_REQUEST_PRINT_URL - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_HTTP_REQUEST_PRINTREPORT - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_HTTP_RESPONSE_CORS_ENABLE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_LISTENING_ENABLE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_PORT - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_RATE_LIMIT_ENEABLE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_READ_BUFFER_SIZE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_RESOURCES_STATIC_FILE_CACHE_ENABLE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_RESOURCES_STATIC_LOCATIONS - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_SESSION_ENABLE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_SSL_ENEABLE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_SSL_KEY_CERT_CHAIN_FILE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_SSL_KEY_FILE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_SSL_KEY_PASSWORD - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_SSL_PORT - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
SERVER_STAT_ENABLE - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
ServerConfigKeys - Interface in com.litongjava.constants
 
ServerListener - Interface in com.litongjava.context
 
set(Object, Object) - Method in class com.litongjava.db.TableInput
 
set(Map) - Method in class com.litongjava.db.TableInput
 
set(Kv) - Method in class com.litongjava.db.TableInput
 
set(TableInput) - Method in class com.litongjava.db.TableInput
 
set(String, Object) - Method in interface com.litongjava.model.db.IRow
Set column value.
setAsc(Boolean) - Method in class com.litongjava.db.TableInput
 
setBlockSend(boolean) - Method in class com.litongjava.aio.Packet
 
setBrowser(Browser) - Method in class com.litongjava.model.http.useragent.UserAgent
设置浏览器类型
setByteBuffer(ByteBuffer) - Method in class com.litongjava.aio.ByteBufferPacket
 
setByteCount(int) - Method in class com.litongjava.aio.Packet
 
setBytes(byte[]) - Method in class com.litongjava.aio.EncodedPacket
 
setCode(Integer) - Method in class com.litongjava.model.body.RespBodyVo
 
setCode(int) - Method in class com.litongjava.model.layuio.LayuiPage
 
setCode(Integer) - Method in class com.litongjava.model.resp.Resp
 
setColumns(String) - Method in class com.litongjava.db.TableInput
 
setCount(long) - Method in class com.litongjava.model.layuio.LayuiPage
 
setCountDownLatch(CountDownLatch) - Method in class com.litongjava.aio.PacketMeta
 
setData(Object) - Method in class com.litongjava.model.body.RespBodyVo
 
setData(Collection<Object>) - Method in class com.litongjava.model.layuio.LayuiPage
 
setData(Object) - Method in class com.litongjava.model.resp.Resp
 
setEngine(Engine) - Method in class com.litongjava.model.http.useragent.UserAgent
设置引擎类型
setEngineVersion(String) - Method in class com.litongjava.model.http.useragent.UserAgent
设置引擎版本
setError(ErrorVo) - Method in class com.litongjava.model.body.RespBodyVo
 
setFrom(String) - Method in class com.litongjava.db.TableInput
 
setFromCluster(boolean) - Method in class com.litongjava.aio.Packet
 
setGroupBy(String) - Method in class com.litongjava.db.TableInput
 
setId(Long) - Method in class com.litongjava.aio.Packet
 
setIfNotBlank(Object, String) - Method in class com.litongjava.db.TableInput
 
setIfNotNull(Object, Object) - Method in class com.litongjava.db.TableInput
 
setIsSentSuccess(Boolean) - Method in class com.litongjava.aio.PacketMeta
 
setJsonFields(String[]) - Method in class com.litongjava.db.TableInput
 
setJsonFields(String) - Method in class com.litongjava.db.TableInput
 
setKeepConnection(boolean) - Method in class com.litongjava.aio.Packet
 
setList(List<T>) - Method in class com.litongjava.model.page.Page
 
setMeta(PacketMeta) - Method in class com.litongjava.aio.Packet
 
setMethod(Method) - Method in class com.litongjava.controller.VariablePathVo
 
setMobile(boolean) - Method in class com.litongjava.model.http.useragent.UserAgent
设置是否为移动平台
setMsg(String) - Method in class com.litongjava.model.body.RespBodyVo
 
setMsg(String) - Method in class com.litongjava.model.layuio.LayuiPage
 
setMsg(String) - Method in class com.litongjava.model.resp.Resp
 
setOp(String, String) - Method in class com.litongjava.db.TableInput
 
setOrderBy(String) - Method in class com.litongjava.db.TableInput
 
setOs(OS) - Method in class com.litongjava.model.http.useragent.UserAgent
设置系统类型
setPageNo(Integer) - Method in class com.litongjava.db.TableInput
 
setPageNumber(int) - Method in class com.litongjava.model.page.Page
 
setPageSize(Integer) - Method in class com.litongjava.db.TableInput
 
setPageSize(int) - Method in class com.litongjava.model.page.Page
 
setPara(List<Object>) - Method in class com.litongjava.db.SqlPara
 
setPath(String) - Method in class com.litongjava.controller.PathUnitVo
对于/user/{userid}来说,此值是userid
setPath(String) - Method in class com.litongjava.controller.VariablePathVo
原path,形如/user/{userid}
setPathUnits(PathUnitVo[]) - Method in class com.litongjava.controller.VariablePathVo
对于/user/{userid},就是["user", "userid"]
setPlatform(Platform) - Method in class com.litongjava.model.http.useragent.UserAgent
设置平台类型
setPreEncodedByteBuffer(ByteBuffer) - Method in class com.litongjava.aio.Packet
 
setRespId(Long) - Method in class com.litongjava.aio.Packet
 
setSearchKey(String) - Method in class com.litongjava.db.TableInput
 
setSql(String) - Method in class com.litongjava.db.SqlPara
 
setSslEncrypted(boolean) - Method in class com.litongjava.aio.Packet
 
setSynSeq(Integer) - Method in class com.litongjava.aio.Packet
 
setTotalPage(int) - Method in class com.litongjava.model.page.Page
 
setTotalRow(int) - Method in class com.litongjava.model.page.Page
 
setVar(boolean) - Method in class com.litongjava.controller.PathUnitVo
 
setVersion(String) - Method in class com.litongjava.model.http.useragent.UserAgent
设置浏览器版本
setZeroCopy(FileChannel, long) - Method in class com.litongjava.aio.Packet
设置零拷贝传输数据。调用后,Packet 将使用指定的 FileChannel 以及文件长度进行零拷贝传输, 发送时框架需要检测 isZeroCopy() 为 true 时使用底层的零拷贝方法。
size() - Method in interface com.litongjava.model.cache.ICache
 
size() - Method in interface com.litongjava.model.db.IRow
 
SLASH - Static variable in interface com.litongjava.model.sys.SysConst
斜扛
SPACE - Static variable in interface com.litongjava.model.sys.SysConst
一个空格
SPACE_ - Static variable in interface com.litongjava.model.sys.SysConst
 
SqlPara - Class in com.litongjava.db
SqlPara 封装查询使用的 sql 与参数,主要用于 getSqlPara(...) 返回值
SqlPara() - Constructor for class com.litongjava.db.SqlPara
 
SqlPara(String) - Constructor for class com.litongjava.db.SqlPara
 
stop() - Method in class com.litongjava.hook.HookCan
 
STR_AMP - Static variable in interface com.litongjava.model.sys.SysConst
&
STR_COL - Static variable in interface com.litongjava.model.sys.SysConst
:
STR_EQ - Static variable in interface com.litongjava.model.sys.SysConst
=
SyncWriteMap<K,V> - Class in com.litongjava.map
SyncWriteMap 同步写 HashMap 创建原因是 HashMap扩容时,遇到并发修改可能造成 100% CPU 占用 SyncWriteMap 拥有 HashMap 的性能,但不保障并发访问的线程安全 只用于读多写少且不用保障线程安全的场景 例如 MethodKit 中用于缓存 MethodInfo 的 cache,被写入的数据 不用保障是单例,读取之后会做 null 值判断 ActionMapping 中的 HashMap 是系统启动时在独立线程内初始化的, 不存在并发写,只存在并发读的情况,所以仍然可以使用 HashMap
SyncWriteMap() - Constructor for class com.litongjava.map.SyncWriteMap
 
SyncWriteMap(int) - Constructor for class com.litongjava.map.SyncWriteMap
 
SyncWriteMap(int, float) - Constructor for class com.litongjava.map.SyncWriteMap
 
SyncWriteMap(Map<? extends K, ? extends V>) - Constructor for class com.litongjava.map.SyncWriteMap
 
SysConst - Interface in com.litongjava.model.sys
 
SystemInfo - Class in com.litongjava.model.sys
 
SystemInfo() - Constructor for class com.litongjava.model.sys.SystemInfo
 

T

TABLE_NAME - Static variable in class com.litongjava.db.TableInput
 
TableInput - Class in com.litongjava.db
 
TableInput() - Constructor for class com.litongjava.db.TableInput
 
TableResult<T> - Class in com.litongjava.db
 
TableResult(T) - Constructor for class com.litongjava.db.TableResult
 
TableResult(int) - Constructor for class com.litongjava.db.TableResult
 
TableResult(String) - Constructor for class com.litongjava.db.TableResult
 
TableResult(int, String) - Constructor for class com.litongjava.db.TableResult
 
Time - Class in com.litongjava.model.time
 
Time() - Constructor for class com.litongjava.model.time.Time
 
TioTypeReference<T> - Class in com.litongjava.model.type
 
TioTypeReference() - Constructor for class com.litongjava.model.type.TioTypeReference
 
toBigDecimal(Object) - Static method in class com.litongjava.db.TableInput
 
toBoolean(Object) - Static method in class com.litongjava.db.TableInput
 
toByte(Object) - Static method in class com.litongjava.db.TableInput
 
toDate(Object) - Static method in class com.litongjava.db.TableInput
 
toDate(LocalDateTime) - Static method in class com.litongjava.db.TableInput
java.time.LocalDateTime --> java.util.Date
toDate(LocalDate) - Static method in class com.litongjava.db.TableInput
java.time.LocalDate --> java.util.Date
toDate(LocalTime) - Static method in class com.litongjava.db.TableInput
java.time.LocalTime --> java.util.Date
toDate(LocalDate, LocalTime) - Static method in class com.litongjava.db.TableInput
java.time.LocalTime --> java.util.Date
toDouble(Object) - Static method in class com.litongjava.db.TableInput
 
toFloat(Object) - Static method in class com.litongjava.db.TableInput
 
toInt(Object) - Static method in class com.litongjava.db.TableInput
 
toList(String, String) - Static method in class com.litongjava.model.validate.ValidateResult
 
toLocalDate(Date) - Static method in class com.litongjava.db.TableInput
java.util.Date --> java.time.LocalDate
toLocalDateTime(Object) - Static method in class com.litongjava.db.TableInput
 
toLocalDateTime(Date) - Static method in class com.litongjava.db.TableInput
java.util.Date --> java.time.LocalDateTime
toLocalTime(Date) - Static method in class com.litongjava.db.TableInput
java.util.Date --> java.time.LocalTime
toLong(Object) - Static method in class com.litongjava.db.TableInput
 
toMap() - Method in class com.litongjava.db.TableInput
 
toMap() - Method in interface com.litongjava.model.db.IRow
Convert Model or Record to a Map.
toNumber(Object) - Static method in class com.litongjava.db.TableInput
 
toShort(Object) - Static method in class com.litongjava.db.TableInput
 
toStr(Object) - Static method in class com.litongjava.db.TableInput
 
toString() - Method in class com.litongjava.db.SqlPara
 
toString() - Method in class com.litongjava.model.http.useragent.UserAgentInfo
 
toString() - Method in class com.litongjava.model.page.Page
 
ttl(String) - Method in interface com.litongjava.model.cache.ICache
对象还会存活多久。

U

Unknown - Static variable in class com.litongjava.model.http.useragent.Browser
未知
Unknown - Static variable in class com.litongjava.model.http.useragent.Engine
未知
Unknown - Static variable in class com.litongjava.model.http.useragent.OS
未知
Unknown - Static variable in class com.litongjava.model.http.useragent.Platform
未知
UserAgent - Class in com.litongjava.model.http.useragent
User-Agent信息对象
UserAgent() - Constructor for class com.litongjava.model.http.useragent.UserAgent
 
UserAgentInfo - Class in com.litongjava.model.http.useragent
User-agent信息
UserAgentInfo(String, String) - Constructor for class com.litongjava.model.http.useragent.UserAgentInfo
构造
UserAgentInfo(String, Pattern) - Constructor for class com.litongjava.model.http.useragent.UserAgentInfo
构造

V

ValidateResult - Class in com.litongjava.model.validate
 
ValidateResult() - Constructor for class com.litongjava.model.validate.ValidateResult
 
value - Variable in enum com.litongjava.model.resp.RespCode
 
valueOf(String) - Static method in enum com.litongjava.annotation.AFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.litongjava.model.resp.RespCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.litongjava.annotation.AFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.litongjava.model.resp.RespCode
Returns an array containing the constants of this enum type, in the order they are declared.
VariablePathVo - Class in com.litongjava.controller
 
VariablePathVo() - Constructor for class com.litongjava.controller.VariablePathVo
 
VariablePathVo(String, Method, PathUnitVo[]) - Constructor for class com.litongjava.controller.VariablePathVo
 

W

WebPageContent - Class in com.litongjava.model.web
 
WebPageContent(String, String) - Constructor for class com.litongjava.model.web.WebPageContent
 
WebPageContent(String, String, String) - Constructor for class com.litongjava.model.web.WebPageContent
 
WebPageContent(String, String, String, String) - Constructor for class com.litongjava.model.web.WebPageContent
 

Y

yyyy - Static variable in class com.litongjava.model.date.DateFmt
 
yyyy_MM_dd_HHmmss - Static variable in class com.litongjava.model.date.DateFmt
 
yyyy_MM_dd_HHmmssSSS - Static variable in class com.litongjava.model.date.DateFmt
 
yyyyMM - Static variable in class com.litongjava.model.date.DateFmt
 
yyyyMMdd - Static variable in class com.litongjava.model.date.DateFmt
 
yyyyMMddHH - Static variable in class com.litongjava.model.date.DateFmt
 
yyyyMMddHHmm - Static variable in class com.litongjava.model.date.DateFmt
 
yyyyMMddHHmmss - Static variable in class com.litongjava.model.date.DateFmt
 
yyyyMMddHHmmssSSS - Static variable in class com.litongjava.model.date.DateFmt
 

Z

ZOOKEEPER_URL - Static variable in interface com.litongjava.constants.ServerConfigKeys
 
A B C D E F G H I J K L M N O P R S T U V W Y Z 
Skip navigation links

Copyright © 2025. All rights reserved.