- generate() - Method in interface org.aoju.bus.extra.captcha.strategy.CodeStrategy
-
生成验证码
- generate() - Method in class org.aoju.bus.extra.captcha.strategy.MathStrategy
-
- generate() - Method in class org.aoju.bus.extra.captcha.strategy.RandomStrategy
-
- generate(String, QrConfig, String, String) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成代 logo 图片的 Base64 编码格式的二维码,以 String 形式表示
- generate(String, QrConfig, String, byte[]) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成代 logo 图片的 Base64 编码格式的二维码,以 String 形式表示
- generate(String, QrConfig, String) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成 Base64 编码格式的二维码,以 String 形式表示
- generate(String, int, int, File) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码到文件,二维码图片格式取决于文件的扩展名
- generate(String, QrConfig, File) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码到文件,二维码图片格式取决于文件的扩展名
- generate(String, int, int, String, OutputStream) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码到输出流
- generate(String, QrConfig, String, OutputStream) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码到输出流
- generate(String, int, int) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码图片
- generate(String, BarcodeFormat, int, int) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码或条形码图片
- generate(String, QrConfig) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码图片
- generate(String, BarcodeFormat, QrConfig) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成二维码或条形码图片
只有二维码时QrConfig中的图片才有效
- generateCode() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
生成验证码字符串
- generateLocalPort() - Static method in class org.aoju.bus.extra.ssh.SshKit
-
生成一个本地端口,用于远程端口映射
- generatePng(String, int, int) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成PNG格式的二维码图片,以byte[]形式表示
- generatePng(String, QrConfig) - Static method in class org.aoju.bus.extra.qrcode.QrCodeKit
-
生成PNG格式的二维码图片,以byte[]形式表示
- generator - Variable in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
验证码生成器
- get() - Method in interface org.aoju.bus.extra.captcha.CaptchaProvider
-
获取验证码的文字内容
- get() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
- get() - Method in class org.aoju.bus.extra.captcha.provider.ClickWordProvider
-
- get() - Method in class org.aoju.bus.extra.captcha.provider.PuzzleProvider
-
- get(String) - Method in enum org.aoju.bus.extra.effect.EffectFactory
-
获取解压缩服务提供者 @SPI 值是{#name} 名称
- get(String) - Static method in class org.aoju.bus.extra.emoji.EmojiKit
-
通过别名获取Emoji
- get() - Static method in class org.aoju.bus.extra.json.JsonFactory
-
- get() - Static method in class org.aoju.bus.extra.pinyin.PinyinFactory
-
- get(String) - Method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
获取Session,不存在返回null
- get(String, String) - Method in class org.aoju.bus.extra.ssh.Sftp
-
获取远程文件
- getBackColor() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取背景色
- getBody(ServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取请求体
调用该方法后,getParam方法将失效
- getBodyBytes(ServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取请求体byte[]
调用该方法后,getParam方法将失效
- getByTag(String) - Static method in class org.aoju.bus.extra.emoji.EmojiKit
-
通过tag方式获取对应的所有Emoji表情
- getCharset() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getCharset() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取编码
- getClient() - Method in class org.aoju.bus.extra.ftp.Ftp
-
获取FTPClient客户端对象
- getClient() - Method in class org.aoju.bus.extra.ssh.Sftp
-
获取SFTP通道客户端
- getClientIP(HttpServletRequest, String...) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取客户端IP
- getClientIPByHeader(HttpServletRequest, String...) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取客户端IP
- getConnectionTimeout() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getErrorCorrection() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取纠错级别
- getFirstLetter(char) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
将输入字符串转为拼音首字母,其它字符原样返回
- getFirstLetter(String, String) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
将输入字符串转为拼音首字母,其它字符原样返回
- getFirstLetter(char) - Method in interface org.aoju.bus.extra.pinyin.PinyinProvider
-
将输入字符串转为拼音首字母,其它字符原样返回
- getFirstLetter(String, String) - Method in interface org.aoju.bus.extra.pinyin.PinyinProvider
-
将输入字符串转为拼音首字母,其它字符原样返回
- getForeColor() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取前景色
- getGenerator() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
获取验证码生成器
- getGroup() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得用户组名
- getHeader(HttpServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获取请求所有的头(header)信息
- getHeader(HttpServletRequest, String) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
忽略大小写获得请求header中的信息
- getHeader(HttpServletRequest, String, String) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得请求header中的信息
- getHeader(HttpServletRequest, String, Charset) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得请求header中的信息
- getHeight() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取高度
- getHost() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getHost() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得主机名
- getImage() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
获取验证码图
- getImageBase64() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
获得图片的Base64形式
- getImageBytes() - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
获取图形验证码图片bytes
- getImg() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取二维码中的Logo
- getLength() - Method in class org.aoju.bus.extra.captcha.strategy.AbstractStrategy
-
获取验证码长度
- getLength() - Method in class org.aoju.bus.extra.captcha.strategy.MathStrategy
-
获取验证码长度
- getListenerFactory() - Method in class org.aoju.bus.extra.ftp.FtpServer
-
获取ListenerFactory,用于设置端口、用户、SSL等信息
- getMargin() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取边距
- getMatrix() - Method in class org.aoju.bus.extra.qrcode.LuminanceSource
-
- getParamMap(ServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得所有请求参数
- getParams(ServletRequest) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得所有请求参数
- getPassword() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getPassword() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得密码
- getPinyin(char) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
如果c为汉字,则返回大写拼音;如果c不是汉字,则返回String.valueOf(c)
- getPinyin(String) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
将输入字符串转为拼音,每个字之间的拼音使用空格分隔
- getPinyin(String, String) - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
将输入字符串转为拼音,以字符为单位插入分隔符
- getPinyin(char) - Method in interface org.aoju.bus.extra.pinyin.PinyinProvider
-
如果c为汉字,则返回大写拼音;如果c不是汉字,则返回String.valueOf(c)
- getPinyin(String, String) - Method in interface org.aoju.bus.extra.pinyin.PinyinProvider
-
获取字符串对应的完整拼音,非中文返回原字符
- getPinyin(char) - Method in class org.aoju.bus.extra.pinyin.provider.Bopomofo4jProvider
-
- getPinyin(String, String) - Method in class org.aoju.bus.extra.pinyin.provider.Bopomofo4jProvider
-
- getPinyin(char) - Method in class org.aoju.bus.extra.pinyin.provider.JPinyinProvider
-
- getPinyin(String, String) - Method in class org.aoju.bus.extra.pinyin.provider.JPinyinProvider
-
- getPinyin(char) - Method in class org.aoju.bus.extra.pinyin.provider.Pinyin4JProvider
-
- getPinyin(String, String) - Method in class org.aoju.bus.extra.pinyin.provider.Pinyin4JProvider
-
- getPinyin(char) - Method in class org.aoju.bus.extra.pinyin.provider.TinyPinyinProvider
-
- getPinyin(String, String) - Method in class org.aoju.bus.extra.pinyin.provider.TinyPinyinProvider
-
- getPort() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getPort() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得端口号
- getProvider() - Static method in class org.aoju.bus.extra.json.JsonKit
-
获得全局单例的json映射器
- getProvider() - Static method in class org.aoju.bus.extra.pinyin.PinyinKit
-
获得全局单例的拼音引擎
- getQrVersion() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
设置二维码中的信息量,可设置0-40的整数,二维码图片也会根据qrVersion而变化,0表示根据传入信息自动变化
- getRatio() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取二维码中的Logo缩放的比例系数,如5表示长宽最小值的1/5
- getRow(int, byte[]) - Method in class org.aoju.bus.extra.qrcode.LuminanceSource
-
- getServerFactory() - Method in class org.aoju.bus.extra.ftp.FtpServer
-
获取 FtpServerFactory,用于设置FTP服务器相关信息
- getSession(String, int, String, String) - Method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
获得一个SSH跳板机会话,重用已经使用的会话
- getSession(String, int, String, String, byte[]) - Method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
获得一个SSH跳板机会话,重用已经使用的会话
- getSession(String, int, String, String) - Static method in class org.aoju.bus.extra.ssh.SshKit
-
获得一个SSH会话,重用已经使用的会话
- getSession(String, int, String, String, byte[]) - Static method in class org.aoju.bus.extra.ssh.SshKit
-
获得一个SSH会话,重用已经使用的会话
- getSoTimeout() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getUser() - Method in class org.aoju.bus.extra.ftp.FtpConfig
-
- getUser() - Method in class org.aoju.bus.extra.ssh.Connector
-
获得用户名
- getUserManager() - Method in class org.aoju.bus.extra.ftp.FtpServer
-
获取用户管理器,用于新增、查找和删除用户信息
- getValue() - Method in enum org.aoju.bus.extra.ssh.ChannelType
-
获取值
- getWidth() - Method in class org.aoju.bus.extra.qrcode.QrConfig
-
获取宽度
- getWriter(HttpServletResponse) - Static method in class org.aoju.bus.extra.servlet.ServletKit
-
获得PrintWriter
- gson - Static variable in class org.aoju.bus.extra.json.provider.GsonProvider
-
- GsonProvider - Class in org.aoju.bus.extra.json.provider
-
Gson 解析器
- GsonProvider() - Constructor for class org.aoju.bus.extra.json.provider.GsonProvider
-
构造
- GzipProvider - Class in org.aoju.bus.extra.effect.provider
-
基于gzip算法的数据解压缩
- GzipProvider() - Constructor for class org.aoju.bus.extra.effect.provider.GzipProvider
-
- valueOf(String) - Static method in enum org.aoju.bus.extra.effect.EffectFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aoju.bus.extra.ftp.FtpMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aoju.bus.extra.ssh.ChannelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.aoju.bus.extra.ssh.Sftp.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.aoju.bus.extra.effect.EffectFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aoju.bus.extra.ftp.FtpMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aoju.bus.extra.ssh.ChannelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aoju.bus.extra.ssh.JschSessionPool
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.aoju.bus.extra.ssh.Sftp.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(String) - Method in interface org.aoju.bus.extra.captcha.CaptchaProvider
-
验证验证码是否正确,建议忽略大小写
- verify(String) - Method in class org.aoju.bus.extra.captcha.provider.AbstractProvider
-
- verify(String) - Method in class org.aoju.bus.extra.captcha.provider.ClickWordProvider
-
- verify(String) - Method in class org.aoju.bus.extra.captcha.provider.PuzzleProvider
-
- verify(String, String) - Method in interface org.aoju.bus.extra.captcha.strategy.CodeStrategy
-
验证用户输入的字符串是否与生成的验证码匹配
用户通过实现此方法定义验证码匹配方式
- verify(String, String) - Method in class org.aoju.bus.extra.captcha.strategy.MathStrategy
-
- verify(String, String) - Method in class org.aoju.bus.extra.captcha.strategy.RandomStrategy
-