org.seasar.robot.client.smb
クラス SmbClient

java.lang.Object
  上位を拡張 org.seasar.robot.client.AbstractS2RobotClient
      上位を拡張 org.seasar.robot.client.smb.SmbClient
すべての実装されたインタフェース:
S2RobotClient

public class SmbClient
extends AbstractS2RobotClient

作成者:
shinsuke

フィールドの概要
protected  String charset
           
protected  ContentLengthHelper contentLengthHelper
           
static String SMB_AUTHENTICATIONS_PROPERTY
           
 SmbAuthenticationHolder smbAuthenticationHolder
           
 
コンストラクタの概要
SmbClient()
           
 
メソッドの概要
 void destroy()
           
 ResponseData doGet(String uri)
           
 ResponseData doHead(String url)
           
protected  String geCharSet(jcifs.smb.SmbFile file)
           
 String getCharset()
           
 void init()
           
protected  String preprocessUri(String uri)
           
 void setCharset(String charset)
           
 
クラス org.seasar.robot.client.AbstractS2RobotClient から継承されたメソッド
getInitParameter, setInitParameterMap
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

SMB_AUTHENTICATIONS_PROPERTY

public static final String SMB_AUTHENTICATIONS_PROPERTY
関連項目:
定数フィールド値

charset

protected String charset

contentLengthHelper

protected ContentLengthHelper contentLengthHelper

smbAuthenticationHolder

public volatile SmbAuthenticationHolder smbAuthenticationHolder
コンストラクタの詳細

SmbClient

public SmbClient()
メソッドの詳細

init

public void init()

destroy

public void destroy()

doGet

public ResponseData doGet(String uri)

preprocessUri

protected String preprocessUri(String uri)

geCharSet

protected String geCharSet(jcifs.smb.SmbFile file)

getCharset

public String getCharset()

setCharset

public void setCharset(String charset)

doHead

public ResponseData doHead(String url)


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.